Google\Spreadsheet\SpreadsheetFeed::getId PHP Метод

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

Get the feed id. Returns the full url.
public getId ( ) : string
Результат string
    public function getId()
    {
        return $this->xml->id->__toString();
    }