Documentation

SourceType
in package

Class SourceType

Tags
ORM\Entity

(readOnly=true)

ORM\Table

(name="parse")

Table of Contents

Constants

SOURCE_TYPE_ID_AMAZON_FC_TRANSFER  = 12
SOURCE_TYPE_ID_AMAZON_INBOUND  = 13
SOURCE_TYPE_ID_AMAZON_PRODUCT  = 21
SOURCE_TYPE_ID_AMAZON_REFUND  = 3
SOURCE_TYPE_ID_AMAZON_RETURN  = 14
SOURCE_TYPE_ID_AMAZON_VAT_SALE  = 5
SOURCE_TYPE_ID_MANUAL_CREDIT  = 30
SOURCE_TYPE_ID_MANUAL_PRODUCT  = 33

Properties

$id  : int|null
$module  : Module
$source  : int
$table  : string

Methods

getId()  : int|null
Get $id
getModule()  : Module
Get the value of module
getModuleId()  : int
Get the value of moduleId
getSource()  : int
Get the value of source
getTable()  : string
Get the value of table

Constants

SOURCE_TYPE_ID_AMAZON_FC_TRANSFER

public mixed SOURCE_TYPE_ID_AMAZON_FC_TRANSFER = 12

SOURCE_TYPE_ID_AMAZON_INBOUND

public mixed SOURCE_TYPE_ID_AMAZON_INBOUND = 13

SOURCE_TYPE_ID_AMAZON_PRODUCT

public mixed SOURCE_TYPE_ID_AMAZON_PRODUCT = 21

SOURCE_TYPE_ID_AMAZON_REFUND

public mixed SOURCE_TYPE_ID_AMAZON_REFUND = 3

SOURCE_TYPE_ID_AMAZON_RETURN

public mixed SOURCE_TYPE_ID_AMAZON_RETURN = 14

SOURCE_TYPE_ID_AMAZON_VAT_SALE

public mixed SOURCE_TYPE_ID_AMAZON_VAT_SALE = 5

SOURCE_TYPE_ID_MANUAL_CREDIT

public mixed SOURCE_TYPE_ID_MANUAL_CREDIT = 30

SOURCE_TYPE_ID_MANUAL_PRODUCT

public mixed SOURCE_TYPE_ID_MANUAL_PRODUCT = 33

Properties

$id

private int|null $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

(name="type", type="integer")

$module

private Module $module
Tags
ORM\ManyToOne

(targetEntity="Module")

ORM\JoinColumn

(name="module_id", referencedColumnName="id")

$source

private int $source
Tags
ORM\Column

(type="integer", name="source")

$table

private string $table
Tags
ORM\Column

(type="table", name="string")

Methods

getId()

Get $id

public getId() : int|null
Return values
int|null

getModuleId()

Get the value of moduleId

public getModuleId() : int
Return values
int

getSource()

Get the value of source

public getSource() : int
Return values
int

getTable()

Get the value of table

public getTable() : string
Return values
string

        
On this page

Search results