Closed MilkTeaD closed 8 years ago
/* * by id / public function getById($Id) { $idstring="https://spreadsheets.google.com/feeds/spreadsheets/private/full/$Id"; foreach($this->xml->entry as $entry) { if ($entry->id->__toString() == $idstring) { return new Spreadsheet($entry); } } return null; }
Thanks.
/* * by id / public function getById($Id) { $idstring="https://spreadsheets.google.com/feeds/spreadsheets/private/full/$Id"; foreach($this->xml->entry as $entry) { if ($entry->id->__toString() == $idstring) { return new Spreadsheet($entry); } } return null; }