Google\Spreadsheet\Worksheet::getCellFeedUrl PHP Метод

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

Get the cell feed url
public getCellFeedUrl ( ) : string
Результат string
    public function getCellFeedUrl()
    {
        return Util::getLinkHref($this->xml, 'http://schemas.google.com/spreadsheets/2006#cellsfeed');
    }