class QuickReplyCollection extends BaseCollection (View source)

Class QuickReplyCollection

Properties

protected array $elements Elements from BaseCollection

Methods

array
getElements()

Get elements

add($element)

Add item to collection

array
toData()

Get all elements array data

bool
isEmpty()

No description

bool
validator($element)

Validate collection item

Details

array getElements()

Get elements

Return Value

array

add($element)

Add item to collection

Parameters

$element

array toData()

Get all elements array data

Return Value

array

bool isEmpty()

Return Value

bool

bool validator($element)

Validate collection item

Parameters

$element

Return Value

bool

Exceptions

ValidatorStructureException