StatusNet::getAuthRoot PHP Method

getAuthRoot() public method

public getAuthRoot ( )
    public function getAuthRoot()
    {
        return preg_replace('/\\/\\//', '//' . $this->auth . '@', $this->root);
    }