Class DateRange
DateRange Entity
- Cake\ORM\Entity
- BEdita\Core\Model\Entity\DateRange
Methods summary
public
boolean
|
#
isBefore(
Check if this Date Range is before the passed Date Range. |
public
boolean
|
#
isAfter(
Check if this Date Range is after the passed Date Range. |
public static
|
|
public static
|
|
public static
|
|
public static
|
#
checkWellFormed( ... $dateRanges )
Check that all the Date Ranges passed as arguments are actually well formed. |
Properties summary
protected
array
|
$_accessible
|
#
[
'*' => true,
'id' => false,
]
|
Magic properties
public
integer
|
$id
|
public
integer
|
$object_id
|
public
DateTimeInterface
|
$start_date
|
public
DateTimeInterface|null
|
$end_date
|
public
array
|
$params
|
public
BEdita\Core\Model\Entity\ObjectEntity
|
$object
|