Google\Spreadsheet\WorksheetFeed::getPostUrl PHP Метод

getPostUrl() публичный Метод

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