public function ClassMetadata::getFieldNames in Plug 7
A numerically indexed list of field names of this persistent class.
This array includes identifier fields if present on this class.
Return value
array
2 methods override ClassMetadata::getFieldNames()
- LazyLoadableObjectClassMetadata::getFieldNames in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ LazyLoadableObjectClassMetadata.php - A numerically indexed list of field names of this persistent class.
- TestObjectMetadata::getFieldNames in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php - A numerically indexed list of field names of this persistent class.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ ClassMetadata.php, line 107
Class
- ClassMetadata
- Contract for a Doctrine persistence layer ClassMetadata class to implement.
Namespace
Doctrine\Common\Persistence\MappingCode
public function getFieldNames();