Sulu\Component\Rest\Exception\EntityNotFoundException::getEntity PHP Méthode

getEntity() public méthode

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