Class CustomerMemoCollection
Class CustomerMemoCollection
- AbstractCollection implements IteratorAggregate, Countable
-
CustomerMemoCollection
Package: Customer\Validation
Category: System
Located at Services/Core/Customer/CustomerMemoCollection.php
Category: System
Located at Services/Core/Customer/CustomerMemoCollection.php
Methods summary
protected
string
|
|
public
array
|
#
getSerializedArray( )
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()