Table of Contents
Methods
-
__construct()
: mixed
-
__toString()
: string
-
add()
: $this
-
addItems()
: $this
-
count()
: int
-
deDuplicate()
: $this
-
fetch()
: mixed
-
getCollection()
: array<string|int, mixed>
-
getEventStart()
: Date|null
-
getFields()
: array<string|int, array<string|int, mixed>>
-
getFilterRemindBeforeEventStart()
: array<string|int, mixed>
-
getIterator()
: ArrayIterator
-
getSpecificTimeCollection()
: array<string|int, mixed>
-
isSingle()
: bool
-
remove()
: $this
-
rewindGenerator()
: void
-
setCollection()
: $this
-
setEventStart()
: $this
-
setSingle()
: RemindCollection
-
sortFromStartEvent()
: $this
-
toString()
: string
__construct()
public
__construct([array<string|int, mixed> $collection = [] ]) : mixed
Parameters
-
$collection
: array<string|int, mixed>
= []
-
__toString()
public
__toString() : string
add()
public
add(mixed $item) : $this
Parameters
-
$item
: mixed
-
addItems()
public
addItems(array<string|int, mixed> $items) : $this
Parameters
-
$items
: array<string|int, mixed>
-
count()
public
count() : int
deDuplicate()
public
deDuplicate() : $this
-
throws
-
PropertyException
fetch()
public
fetch() : mixed
-
throws
-
BaseException
getCollection()
public
getCollection() : array<string|int, mixed>
Return values
array<string|int, mixed>
getEventStart()
public
getEventStart() : Date|null
getFields()
public
getFields() : array<string|int, array<string|int, mixed>>
Return values
array<string|int, array<string|int, mixed>>
getFilterRemindBeforeEventStart()
public
getFilterRemindBeforeEventStart() : array<string|int, mixed>
Return values
array<string|int, mixed>
getIterator()
public
getIterator() : ArrayIterator
Return values
ArrayIterator
getSpecificTimeCollection()
public
getSpecificTimeCollection([string|null $dateFormat = null ]) : array<string|int, mixed>
Parameters
-
$dateFormat
: string|null
= null
-
-
throws
-
PropertyException
Return values
array<string|int, mixed>
isSingle()
public
isSingle() : bool
remove()
public
remove(mixed $key) : $this
Parameters
-
$key
: mixed
-
rewindGenerator()
public
rewindGenerator() : void
setCollection()
public
setCollection(array<string|int, Remind> $collection) : $this
Parameters
-
$collection
: array<string|int, Remind>
-
setEventStart()
public
setEventStart(Date $start) : $this
Parameters
-
$start
: Date
-
setSingle()
public
setSingle(bool $single) : RemindCollection
Parameters
-
$single
: bool
-
sortFromStartEvent()
public
sortFromStartEvent() : $this
toString()
public
toString([string $separator = ', ' ]) : string
Parameters
-
$separator
: string
= ', '
-