Google\Spreadsheet\WorksheetFeed::getId PHP Method

getId() public method

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