Merge branch 'master' of github.com:doctrine/doctrine2
This commit is contained in:
commit
2b663ff2bc
@ -709,6 +709,18 @@ class EntityManager implements ObjectManager
|
|||||||
return $this->proxyFactory;
|
return $this->proxyFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Helper method to initialize a lazy loading proxy or persistent collection.
|
||||||
|
*
|
||||||
|
* This method is a no-op for other objects
|
||||||
|
*
|
||||||
|
* @param object $obj
|
||||||
|
*/
|
||||||
|
public function initializeObject($obj)
|
||||||
|
{
|
||||||
|
$this->unitOfWork->initializeObject($obj);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Factory method to create EntityManager instances.
|
* Factory method to create EntityManager instances.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user