Doctrine\OXM\OptimisticLockException::getEntity PHP Метод

getEntity() публичный Метод

Gets the entity that caused the exception.
public getEntity ( ) : object
Результат object
    public function getEntity()
    {
        return $this->entity;
    }