PointLogistic
in package
Tags
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
$comments
private
mixed
$comments
Tags
$date
private
mixed
$date
Tags
$description
private
mixed
$description
Tags
$id
private
mixed
$id
Tags
$pointAddress
private
mixed
$pointAddress
Tags
$pointOrder
private
mixed
$pointOrder
Tags
$statusPoint
private
mixed
$statusPoint
Tags
$timeFrom
private
mixed
$timeFrom
Tags
$timeTo
private
mixed
$timeTo
Tags
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 —getPointAddress()
public
getPointAddress() : PointAddress|null
Return values
PointAddress|null —getPointOrder()
public
getPointOrder() : PointOrder|null
Return values
PointOrder|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 —setPointAddress()
public
setPointAddress(PointAddress|null $pointAddress) : self
Parameters
- $pointAddress : PointAddress|null
Return values
self —setPointOrder()
public
setPointOrder(PointOrder|null $pointOrder) : self
Parameters
- $pointOrder : PointOrder|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