Class CustomerMemoCollection

Class CustomerMemoCollection

AbstractCollection implements IteratorAggregate, Countable
CustomerMemoCollection

Methods summary

protected _getValidType( void ) : string

Get valid type (CustomerMemo).

public getSerializedArray( void ) : array

Returns a serialized array of the customers collection. The structure is: $memosArray = [ [ 'customerId' => $customerId, 'memoTitle' => $memoTitle, 'memoText' => $memoText, 'memoDate' => $memoDate', 'posterId' => $posterId ], |…|…| ]

Methods inherited from AbstractCollection

__construct(), _add(), _getExceptionText(), _itemIsValid(), count(), getArray(), getItem(), getIterator(), isEmpty()

Properties summary

Properties inherited from AbstractCollection

$collectionContentArray