Jackalope\Transport\Jackrabbit\Client::getWorkspaceUri PHP Method

getWorkspaceUri() public method

Return the URL to the workspace determined during login
public getWorkspaceUri ( ) : null | string
return null | string
    public function getWorkspaceUri()
    {
        return $this->workspaceUri;
    }