Neos\Neos\Domain\Service\ContentContext::isLive PHP 메소드

isLive() 공개 메소드

Returns TRUE if current context is live workspace, FALSE otherwise
public isLive ( ) : boolean
리턴 boolean
    public function isLive()
    {
        return $this->getWorkspace()->getBaseWorkspace() === null;
    }