public function ClassMetadata::getAssociationNames in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php \Doctrine\Common\Persistence\Mapping\ClassMetadata::getAssociationNames()
Returns a numerically indexed list of association names of this persistent class.
This array includes identifier associations if present on this class.
Return value
array
2 methods override ClassMetadata::getAssociationNames()
- LazyLoadableObjectClassMetadata::getAssociationNames in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ LazyLoadableObjectClassMetadata.php - Returns a numerically indexed list of association names of this persistent class.
- TestObjectMetadata::getAssociationNames in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php - Returns a numerically indexed list of association names of this persistent class.
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ ClassMetadata.php, line 123
Class
- ClassMetadata
- Contract for a Doctrine persistence layer ClassMetadata class to implement.
Namespace
Doctrine\Common\Persistence\MappingCode
public function getAssociationNames();