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