Class CustomerMemoCollection
category |
System |
---|---|
package |
Customer |
subpackage |
Validation |
__construct(array|mixed|null $argumentsArray = null)
Throws |
|
---|
array|mixed|null
count() : integer
integer
getArray() : array
array
getItem( $p_index) : mixed
Throws |
|
---|
mixed
getIterator()
getSerializedArray() : array
The structure is: $memosArray = [ [ 'customerId' => $customerId, 'memoTitle' => $memoTitle, 'memoText' => $memoText, 'memoDate' => $memoDate', 'posterId' => $posterId ], |…|…| ]
array
Array with the structure above.
isEmpty() : boolean
boolean