Method |
Description |
|
__construct ( EntityIdMetadata $className, ReflectionClass $reflectionClass, NodeAnnotationMetadata $nodeAnnotationMetadata, EntityIdMetadata $entityIdMetadata, array $entityPropertiesMetadata, array $simpleRelationshipsMetadata ) |
NodeEntityMetadata constructor. |
|
getAssociatedObjects ( ) : array |
|
|
getAssociationMappedByTargetField ( $assocName ) |
|
|
getAssociationNames ( ) |
|
|
getAssociationTargetClass ( $assocName ) |
|
|
getLabel ( ) : string |
|
|
getLabeledProperties ( ) : LabeledPropertyMetadata[] |
|
|
getLabeledPropertiesToBeSet ( $object ) : LabeledPropertyMetadata[] |
|
|
getLabeledProperty ( $key ) : LabeledPropertyMetadata |
|
|
getLazyRelationships ( $andRelEntities = false ) : RelationshipMetadata[] |
|
|
getNonLazyRelationships ( ) : RelationshipMetadata[] |
Returns non-lazy relationships. |
|
getRelationship ( $key ) : RelationshipMetadata |
|
|
getRelationshipEntities ( ) : RelationshipMetadata[] | RelationshipEntityMetadata[] |
|
|
getRelationships ( ) : RelationshipMetadata[] |
|
|
getRepositoryClass ( ) : string |
|
|
getSimpleRelationships ( $andLazy = true ) : RelationshipMetadata[] |
|
|
hasAssociation ( $fieldName ) |
|
|
hasCustomRepository ( ) : boolean |
|
|
isAssociationInverseSide ( $assocName ) |
|
|
isCollectionValuedAssociation ( $fieldName ) |
|
|
isSingleValuedAssociation ( $fieldName ) |
|
|