DocumentInformations
in package
PHPProject_DocumentInformations
Tags
Table of Contents
Properties
- $endDate : int
- End Date
- $startDate : int
- Start Date
Methods
- __construct() : mixed
- Create a new PHPProject_DocumentInformations
- getEndDate() : int
- Get End Date
- getStartDate() : int
- Get Start Date
- setEndDate() : self
- Set End Date
- setStartDate() : self
- Set Start Date
Properties
$endDate
End Date
private
int
$endDate
$startDate
Start Date
private
int
$startDate
Methods
__construct()
Create a new PHPProject_DocumentInformations
public
__construct() : mixed
getEndDate()
Get End Date
public
getEndDate() : int
Return values
intgetStartDate()
Get Start Date
public
getStartDate() : int
Return values
intsetEndDate()
Set End Date
public
setEndDate([int|string|null $pValue = null ]) : self
Parameters
- $pValue : int|string|null = null
Return values
selfsetStartDate()
Set Start Date
public
setStartDate([int|string|null $pValue = null ]) : self
Parameters
- $pValue : int|string|null = null