Sulu\Component\Rest\Exception\EntityNotFoundException::getEntity PHP 메소드

getEntity() 공개 메소드

Returns the type of the entity, which was not found.
public getEntity ( ) : string
리턴 string
    public function getEntity()
    {
        return $this->entity;
    }
EntityNotFoundException