You are here

private static property PersistentObject::$objectManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php \Doctrine\Common\Persistence\PersistentObject::objectManager

Type: ObjectManager|null

File

vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php, line 62

Class

PersistentObject
PersistentObject base class that implements getter/setter methods for all mapped fields and associations by overriding __call.

Namespace

Doctrine\Common\Persistence

Code

private static $objectManager = null;