Sulu\Component\Rest\Exception\EntityNotFoundException::getId PHP Метод

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

Returns the id of the entity, which was not found.
public getId ( ) : integer
Результат integer
    public function getId()
    {
        return $this->id;
    }
EntityNotFoundException