public function NullObjectManagerDecorator::__construct in Plug 7
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ ObjectManagerDecoratorTest.php, line 10
Class
Namespace
Doctrine\Tests\Common\PersistenceCode
public function __construct(ObjectManager $wrapped) {
$this->wrapped = $wrapped;
}