public function ClassMetadata::isIdentifier in Plug 7
Checks if the given field name is a mapped identifier for this class.
Parameters
string $fieldName:
Return value
boolean
2 methods override ClassMetadata::isIdentifier()
- LazyLoadableObjectClassMetadata::isIdentifier in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ LazyLoadableObjectClassMetadata.php - Checks if the given field name is a mapped identifier for this class.
- TestObjectMetadata::isIdentifier in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php - Checks if the given field name is a mapped identifier for this class.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ ClassMetadata.php, line 62
Class
- ClassMetadata
- Contract for a Doctrine persistence layer ClassMetadata class to implement.
Namespace
Doctrine\Common\Persistence\MappingCode
public function isIdentifier($fieldName);