Neos\Neos\Domain\Service\ContentContext::getProperties PHP Method

getProperties() public method

Returns the properties of this context.
public getProperties ( ) : array
return array
    public function getProperties()
    {
        return array('workspaceName' => $this->workspaceName, 'currentDateTime' => $this->currentDateTime, 'dimensions' => $this->dimensions, 'targetDimensions' => $this->targetDimensions, 'invisibleContentShown' => $this->invisibleContentShown, 'removedContentShown' => $this->removedContentShown, 'inaccessibleContentShown' => $this->inaccessibleContentShown, 'currentSite' => $this->currentSite, 'currentDomain' => $this->currentDomain);
    }