Method |
Description |
|
__construct ( string $className, ReflectionProperty $reflectionProperty, Relationship $relationshipAnnotation, boolean $isLazy = false, OrderBy $orderBy = null ) |
|
|
addToCollection ( object $object, mixed $value ) |
|
|
addToCollectionAdvanced ( $object, $value, NodeEntityMetadata $valueMetadata ) |
|
|
getDirection ( ) : string |
|
|
getMappedByProperty ( ) : string |
|
|
getOrder ( ) : string |
|
|
getOrderByPropery ( ) : string |
|
|
getPropertyName ( ) : string |
|
|
getReflectionProperty ( ) : ReflectionProperty |
|
|
getRelationshipEntityClass ( ) : string |
|
|
getTargetEntity ( ) : string |
|
|
getType ( ) : string |
|
|
getValue ( $object ) : mixed |
|
|
hasMappedByProperty ( ) : boolean |
|
|
hasOrderBy ( ) : boolean |
|
|
initializeCollection ( $object ) |
|
|
isCollection ( ) : boolean |
|
|
isLazy ( ) : boolean |
|
|
isRelationshipEntity ( ) : boolean |
|
|
setValue ( $object, $value ) |
|
|