Documentation

Order
in package

Tags
ORM\Entity

(repositoryClass=OrderRepository::class)

ORM\Table

(name="order")

Table of Contents

FORM_ALL_IN  = 'all_in'
FORM_CONSIST  = [1 => 'all_in', 2 => 'without_client_pay', 3 => 'without_prom_cost', 4 => 'without_delivery_cost']
FORM_WITHOUT_CLIENT_PAY  = 'without_client_pay'
FORM_WITHOUT_COST_OF_DELIVERY  = 'without_delivery_cost'
FORM_WITHOUT_COST_OF_PROM  = 'without_prom_cost'
$attentions  : mixed
$carrier  : mixed
$client  : mixed
$clientContactPerson  : mixed
$clientIdNumber  : mixed
$costNetto  : mixed
$currencyInvoice  : mixed
$currencyOrder  : mixed
$description  : mixed
$driverContact  : mixed
$form  : mixed
$id  : mixed
$phoneUnloading  : mixed
$pointOrder  : mixed
$weight  : mixed
__construct()  : mixed
getAttentions()  : string|null
getCarrier()  : Carrier|null
getClient()  : Client|null
getClientContactPerson()  : ClientContactPerson|null
getClientIdNumber()  : string|null
getCostNetto()  : string|null
getCurrencyInvoice()  : string|null
getCurrencyOrder()  : string|null
getDescription()  : string|null
getDriverContact()  : string|null
getForm()  : string|null
getId()  : int|null
getPhoneUnloading()  : string|null
getPointOrder()  : PointOrder|null
getWeight()  : string|null
setAttentions()  : self
setCarrier()  : self
setClient()  : self
setClientContactPerson()  : self
setClientIdNumber()  : self
setCostNetto()  : self
setCurrencyInvoice()  : self
setCurrencyOrder()  : self
setDescription()  : self
setDriverContact()  : self
setForm()  : self
setPhoneUnloading()  : self
setPointOrder()  : self
setWeight()  : self

Constants

FORM_ALL_IN

public mixed FORM_ALL_IN = 'all_in'

FORM_CONSIST

public mixed FORM_CONSIST = [1 => 'all_in', 2 => 'without_client_pay', 3 => 'without_prom_cost', 4 => 'without_delivery_cost']

FORM_WITHOUT_CLIENT_PAY

public mixed FORM_WITHOUT_CLIENT_PAY = 'without_client_pay'

FORM_WITHOUT_COST_OF_DELIVERY

public mixed FORM_WITHOUT_COST_OF_DELIVERY = 'without_delivery_cost'

FORM_WITHOUT_COST_OF_PROM

public mixed FORM_WITHOUT_COST_OF_PROM = 'without_prom_cost'

Properties

$attentions

private mixed $attentions
Tags
ORM\Column

(type="string", length=255)

$carrier

private mixed $carrier
Tags
ORM\ManyToOne

(targetEntity=Carrier::class, inversedBy="orders")

$client

private mixed $client
Tags
ORM\ManyToOne

(targetEntity=Client::class, inversedBy="orders")

$clientContactPerson

private mixed $clientContactPerson
Tags
ORM\ManyToOne

(targetEntity=ClientContactPerson::class, inversedBy="orders", cascade={"persist"})

ORM\JoinColumn

(nullable=false)

$clientIdNumber

private mixed $clientIdNumber
Tags
ORM\Column

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

$costNetto

private mixed $costNetto
Tags
ORM\Column

(type="string", length=255)

$currencyInvoice

private mixed $currencyInvoice
Tags
ORM\Column

(type="string", length=255)

$currencyOrder

private mixed $currencyOrder
Tags
ORM\Column

(type="string", length=255)

$description

private mixed $description
Tags
ORM\Column

(type="string", length=255)

$driverContact

private mixed $driverContact
Tags
ORM\Column

(type="string", length=255)

$form

private mixed $form
Tags
ORM\Column

(type="string", length=255)

$id

private mixed $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer")

$phoneUnloading

private mixed $phoneUnloading
Tags
ORM\Column

(type="string", length=255)

$pointOrder

private mixed $pointOrder
Tags
ORM\OneToOne

(targetEntity=PointOrder::class, mappedBy="orderId", cascade={"persist", "remove"})

$weight

private mixed $weight
Tags
ORM\Column

(type="string", length=255)

Methods

__construct()

public __construct() : mixed
Return values
mixed

getAttentions()

public getAttentions() : string|null
Return values
string|null

getClientIdNumber()

public getClientIdNumber() : string|null
Return values
string|null

getCostNetto()

public getCostNetto() : string|null
Return values
string|null

getCurrencyInvoice()

public getCurrencyInvoice() : string|null
Return values
string|null

getCurrencyOrder()

public getCurrencyOrder() : string|null
Return values
string|null

getDescription()

public getDescription() : string|null
Return values
string|null

getDriverContact()

public getDriverContact() : string|null
Return values
string|null

getForm()

public getForm() : string|null
Return values
string|null

getId()

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

getPhoneUnloading()

public getPhoneUnloading() : string|null
Return values
string|null

getWeight()

public getWeight() : string|null
Return values
string|null

setAttentions()

public setAttentions(string $attentions) : self
Parameters
$attentions : string
Return values
self

setCarrier()

public setCarrier(Carrier|null $carrier) : self
Parameters
$carrier : Carrier|null
Return values
self

setClient()

public setClient(Client|null $client) : self
Parameters
$client : Client|null
Return values
self

setClientIdNumber()

public setClientIdNumber(string|null $clientIdNumber) : self
Parameters
$clientIdNumber : string|null
Return values
self

setCostNetto()

public setCostNetto(string $costNetto) : self
Parameters
$costNetto : string
Return values
self

setCurrencyInvoice()

public setCurrencyInvoice(string $currencyInvoice) : self
Parameters
$currencyInvoice : string
Return values
self

setCurrencyOrder()

public setCurrencyOrder(string $currencyOrder) : self
Parameters
$currencyOrder : string
Return values
self

setDescription()

public setDescription(string $description) : self
Parameters
$description : string
Return values
self

setDriverContact()

public setDriverContact(string $driverContact) : self
Parameters
$driverContact : string
Return values
self

setForm()

public setForm(string $form) : self
Parameters
$form : string
Return values
self

setPhoneUnloading()

public setPhoneUnloading(string $phoneUnloading) : self
Parameters
$phoneUnloading : string
Return values
self

setPointOrder()

public setPointOrder(PointOrder $pointOrder) : self
Parameters
$pointOrder : PointOrder
Return values
self

setWeight()

public setWeight(string $weight) : self
Parameters
$weight : string
Return values
self

Search results