Google\Spreadsheet\SpreadsheetFeed::getId PHP Méthode

getId() public méthode

Get the feed id. Returns the full url.
public getId ( ) : string
Résultat string
    public function getId()
    {
        return $this->xml->id->__toString();
    }