Method |
Description |
|
__construct ( string $class, ReflectionClass $reflectionClass, RelationshipEntity $annotation, EntityIdMetadata $entityIdMetadata, string $startNodeClass, $startNodeKey, string $endNodeClass, $endNodeKey, array $entityPropertiesMetadata ) |
RelationshipEntityMetadata constructor. |
|
getAssociationMappedByTargetField ( $assocName ) |
|
|
getAssociationNames ( ) |
|
|
getAssociationTargetClass ( $assocName ) |
|
|
getEndNode ( ) |
|
|
getEndNodeProperty ( $object, $value ) |
|
|
getEndNodePropertyName ( ) |
|
|
getEndNodeValue ( $object ) |
|
|
getStartNode ( ) |
|
|
getStartNodePropertyName ( ) : string |
|
|
getStartNodeValue ( $object ) |
|
|
getType ( ) : string |
|
|
hasAssociation ( $fieldName ) |
|
|
isAssociationInverseSide ( $assocName ) |
|
|
isCollectionValuedAssociation ( $fieldName ) |
|
|
isSingleValuedAssociation ( $fieldName ) |
|
|
setEndNodeProperty ( $object, $value ) |
|
|
setStartNodeProperty ( $object, $value ) |
|
|