Doctrine\OXM\OptimisticLockException::getEntity PHP 메소드

getEntity() 공개 메소드

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