메소드 |
설명 |
|
__construct ( SimpleXMLElement $xml ) |
Initializes the spreadsheet feed object |
|
getById ( string $id ) : Spreadsheet |
Gets a spreadhseet from the feed by its ID in google drive. |
|
getByTitle ( string $title ) : Spreadsheet |
Gets a spreadhseet from the feed by its title. i.e. the name of
the spreadsheet in google drive. This method will return only the
first spreadsheet found with the specified title. |
|
getEntries ( ) : Spreadsheet[] |
Get all spreadsheets in the feed |
|
getId ( ) : string |
Get the feed id. Returns the full url. |
|
getXml ( ) : integer |
Get the raw XML |
|