Google\Spreadsheet\WorksheetFeed::getPostUrl PHP Method

getPostUrl() public method

Get the worksheet feed post url
public getPostUrl ( ) : string
return string
    public function getPostUrl()
    {
        return Util::getLinkHref($this->xml, 'http://schemas.google.com/g/2005#post');
    }