eZ\Publish\Core\MVC\Symfony\Event\APIContentExceptionEvent::hasContentView PHP 메소드

hasContentView() 공개 메소드

public hasContentView ( ) : boolean
리턴 boolean
    public function hasContentView()
    {
        return isset($this->contentView);
    }