Documentation

PointLogistic
in package

Tags
ORM\Entity

(repositoryClass=PointLogisticRepository::class)

Table of Contents

$beforeTime  : mixed
$comments  : mixed
$date  : mixed
$description  : mixed
$id  : mixed
$pointAddress  : mixed
$pointOrder  : mixed
$statusPoint  : mixed
$timeFrom  : mixed
$timeTo  : mixed
getBeforeTime()  : bool|null
getComments()  : string|null
getDate()  : DateTimeInterface|null
getDescription()  : string|null
getId()  : int|null
getPointAddress()  : PointAddress|null
getPointOrder()  : PointOrder|null
getStatusPoint()  : int|null
getTimeFrom()  : string|null
getTimeTo()  : string|null
setBeforeTime()  : self
setComments()  : self
setDate()  : self
setDescription()  : self
setPointAddress()  : self
setPointOrder()  : self
setStatusPoint()  : self
setTimeFrom()  : self
setTimeTo()  : self

Properties

$beforeTime

private mixed $beforeTime
Tags
ORM\Column

(type="boolean")

$comments

private mixed $comments
Tags
ORM\Column

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

$description

private mixed $description
Tags
ORM\Column

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

$id

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

(type="integer")

$pointAddress

private mixed $pointAddress
Tags
ORM\ManyToOne

(targetEntity=PointAddress::class, inversedBy="logisticPoints")

$pointOrder

private mixed $pointOrder
Tags
ORM\ManyToOne

(targetEntity=PointOrder::class, inversedBy="pointsLogistic")

ORM\JoinColumn

(nullable=false)

$statusPoint

private mixed $statusPoint
Tags
ORM\Column

(type="integer")

$timeFrom

private mixed $timeFrom
Tags
ORM\Column

(type="string", length=255)

$timeTo

private mixed $timeTo
Tags
ORM\Column

(type="string", length=255)

Methods

getBeforeTime()

public getBeforeTime() : bool|null
Return values
bool|null

getComments()

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

getDate()

public getDate() : DateTimeInterface|null
Return values
DateTimeInterface|null

getDescription()

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

getId()

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

getStatusPoint()

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

getTimeFrom()

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

getTimeTo()

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

setBeforeTime()

public setBeforeTime(bool $beforeTime) : self
Parameters
$beforeTime : bool
Return values
self

setComments()

public setComments(string|null $comments) : self
Parameters
$comments : string|null
Return values
self

setDate()

public setDate(DateTimeInterface $date) : self
Parameters
$date : DateTimeInterface
Return values
self

setDescription()

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

setStatusPoint()

public setStatusPoint(int $statusPoint) : self
Parameters
$statusPoint : int
Return values
self

setTimeFrom()

public setTimeFrom(string $timeFrom) : self
Parameters
$timeFrom : string
Return values
self

setTimeTo()

public setTimeTo(string $timeTo) : self
Parameters
$timeTo : string
Return values
self

Search results