Google\Spreadsheet\Worksheet::getListFeedUrl PHP Method

getListFeedUrl() public method

The url which is used to fetch the data of a worksheet as a list
public getListFeedUrl ( ) : string
return string
    public function getListFeedUrl()
    {
        return Util::getLinkHref($this->xml, 'http://schemas.google.com/spreadsheets/2006#listfeed');
    }