Logidav Docs

SaleShippingTrack
in package

SaleShippingTrack

Tags
ORM\Table

(name="mz_sale_shipping_track")

ORM\Entity

(repositoryClass="AppBundle\Repository\SaleShippingTrackRepository")

Table of Contents

Constants

ERROR_TYPE_IMPORTED_NOT_SHIPPED  = 2
ERROR_TYPE_NOT_IMPORTED  = 1

Properties

$errorType  : mixed
$flag  : string
$id  : int
$sale  : mixed
$user  : mixed

Methods

getErrorType()  : int
getFlag()  : string
getFlagLabel()  : mixed|string|array<string|int, string>
getId()  : int
Get id
getSale()  : Sale
Get sale
getUser()  : User
Get user
setErrorType()  : mixed
setFlag()  : mixed
setSale()  : SaleMsg
Set sale
setUser()  : SaleMsg
Set user

Constants

ERROR_TYPE_IMPORTED_NOT_SHIPPED

public mixed ERROR_TYPE_IMPORTED_NOT_SHIPPED = 2

Properties

$errorType

private mixed $errorType
Tags
ORM\Column

(type="integer", options={"default" = 0})

$flag

private string $flag
Tags
ORM\Column

(name="flag", type="string", length=255, nullable=true)

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$sale

private mixed $sale
Tags
ORM\ManyToOne

(targetEntity="Sale", inversedBy="salemsgs")

ORM\JoinColumn

(nullable=false)

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

Methods

getFlagLabel()

public static getFlagLabel([null $flag = null ]) : mixed|string|array<string|int, string>
Parameters
$flag : null = null
Return values
mixed|string|array<string|int, string>

setErrorType()

public setErrorType(int $errorType) : mixed
Parameters
$errorType : int

        
On this page

Search results