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