Method |
Description |
|
__toString ( ) : mixed | null | string |
Get string of masked entity values when array of instances is being converted to string |
|
count ( ) : integer |
Count items in result set |
|
delete ( ) : boolean |
Delete all items in the result set |
|
getEntity ( ) : string |
Get related entity class for this attribute |
|
getIterator ( ) |
|
|
getParentEntity ( ) : AbstractEntity |
Returns entity instance to which this attribute belongs |
|
offsetExists ( $offset ) |
|
|
offsetGet ( $offset ) |
|
|
offsetSet ( $offset, $value ) |
|
|
offsetUnset ( $offset ) |
|
|
setEntity ( string $entityClass ) |
Set related entity class for this attribute |
|