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

getWebspacePath() public method

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