Property | Type | Description | |
---|---|---|---|
$xml | SimpleXMLElement | Xml representation of this feed |
Method | Description | |
---|---|---|
__construct ( SimpleXMLElement $xml ) | Constructor | |
getEntries ( ) : |
Get the entries of this feed | |
getId ( ) : string | Get the feed id. Returns the full url. | |
getPostUrl ( ) : string | Get the post url for this feed | |
getStartIndex ( ) : integer | Get open search start index | |
getTotalResults ( ) : integer | Get open search total results | |
getXml ( ) : integer | Get the raw XML | |
insert ( array $row ) : void | Insert a new row into this feed |
public __construct ( SimpleXMLElement $xml ) | ||
$xml | SimpleXMLElement |
public getEntries ( ) : |
||
return |
public getPostUrl ( ) : string | ||
return | string |
public getStartIndex ( ) : integer | ||
return | integer |
public getTotalResults ( ) : integer | ||
return | integer |