Method | Description | |
---|---|---|
__construct ( SimpleXMLElement $xml ) | Initializes thie worksheet feed object | |
getById ( string $id ) : |
Get a worksheet by id | |
getByTitle ( string $title ) : |
Get a worksheet by title (name) | |
getEntries ( ) : |
Get all worksheets in this feed | |
getId ( ) : string | Get the feed id. Returns the full url. | |
getPostUrl ( ) : string | Get the worksheet feed post url | |
getXml ( ) : integer | Get the raw XML |
public __construct ( SimpleXMLElement $xml ) | ||
$xml | SimpleXMLElement |
public getByTitle ( string $title ) : |
||
$title | string | name of the worksheet |
return |
public getEntries ( ) : |
||
return |
public getPostUrl ( ) : string | ||
return | string |