You are here

public function LazyLoadableObjectClassMetadata::getIdentifierFieldNames in Plug 7

Returns an array of identifier field names numerically indexed.

Return value

array

Overrides ClassMetadata::getIdentifierFieldNames

File

lib/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();
}