You are here

public function NullObjectManagerDecorator::__construct in Plug 7

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Persistence/ObjectManagerDecoratorTest.php, line 10

Class

NullObjectManagerDecorator

Namespace

Doctrine\Tests\Common\Persistence

Code

public function __construct(ObjectManager $wrapped) {
  $this->wrapped = $wrapped;
}