Bitrix API

RemindCollection extends PropertyCollection

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

Methods

__construct()

public __construct([array<string|int, mixed> $collection = [] ]) : mixed
Parameters
$collection : array<string|int, mixed> = []

add()

public add(mixed $item) : $this
Parameters
$item : mixed
Return values
$this

addItems()

public addItems(array<string|int, mixed> $items) : $this
Parameters
$items : array<string|int, mixed>
Return values
$this

getCollection()

public getCollection() : array<string|int, mixed>
Return values
array<string|int, mixed>

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
Tags
throws
PropertyException
Return values
array<string|int, mixed>

remove()

public remove(mixed $key) : $this
Parameters
$key : mixed
Return values
$this

rewindGenerator()

public rewindGenerator() : void

setCollection()

public setCollection(array<string|int, Remind$collection) : $this
Parameters
$collection : array<string|int, Remind>
Return values
$this

sortFromStartEvent()

public sortFromStartEvent() : $this
Return values
$this

toString()

public toString([string $separator = ', ' ]) : string
Parameters
$separator : string = ', '
Return values
string

        
On this page

Search results