You are here

public function LazyLoadableObject::getProtectedIdentifierField in Plug 7

Return value

string

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObject.php, line 73

Class

LazyLoadableObject
Test asset representing a lazy loadable object

Namespace

Doctrine\Tests\Common\Proxy

Code

public function getProtectedIdentifierField() {
  return $this->protectedIdentifierField;
}