Sulu\Component\PHPCR\SessionManager\SessionManager::getContentPath PHP Method

getContentPath() public method

public getContentPath ( $webspaceKey )
    public function getContentPath($webspaceKey)
    {
        $path = sprintf('/%s/%s/%s', $this->nodeNames['base'], $webspaceKey, $this->nodeNames['content']);
        return $path;
    }