You are here

public function LazyLoadableObjectClassMetadata::getIdentifierFieldNames in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php \Doctrine\Tests\Common\Proxy\LazyLoadableObjectClassMetadata::getIdentifierFieldNames()

Returns an array of identifier field names numerically indexed.

Return value

array

Overrides ClassMetadata::getIdentifierFieldNames

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php, line 143

Class

LazyLoadableObjectClassMetadata
Class metadata test asset for @author Marco Pivetta <ocramius@gmail.com> @since 2.4

Namespace

Doctrine\Tests\Common\Proxy

Code

public function getIdentifierFieldNames() {
  return $this
    ->getIdentifier();
}