Doctrine\OXM\OptimisticLockException::getEntity PHP Méthode

getEntity() public méthode

Gets the entity that caused the exception.
public getEntity ( ) : object
Résultat object
    public function getEntity()
    {
        return $this->entity;
    }