Doctrine\ODM\MongoDB\UnitOfWork::getIdentityMap PHP Méthode

getIdentityMap() public méthode

Gets the identity map of the UnitOfWork.
public getIdentityMap ( ) : array
Résultat array
    public function getIdentityMap()
    {
        return $this->identityMap;
    }
UnitOfWork