PHP Class Google\Spreadsheet\ListFeed

Author: Asim Liaquat ([email protected])
Datei anzeigen Open project: asimlqt/php-google-spreadsheet-client Class Usage Examples

Protected Properties

Property Type Description
$xml SimpleXMLElement Xml representation of this feed

Public Methods

Method Description
__construct ( SimpleXMLElement $xml ) Constructor
getEntries ( ) : ListEntry[] 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

Method Details

__construct() public method

Constructor
public __construct ( SimpleXMLElement $xml )
$xml SimpleXMLElement

getEntries() public method

Get the entries of this feed
public getEntries ( ) : ListEntry[]
return ListEntry[]

getId() public method

Get the feed id. Returns the full url.
public getId ( ) : string
return string

getPostUrl() public method

Get the post url for this feed
public getPostUrl ( ) : string
return string

getStartIndex() public method

Get open search start index
public getStartIndex ( ) : integer
return integer

getTotalResults() public method

Get open search total results
public getTotalResults ( ) : integer
return integer

getXml() public method

Get the raw XML
public getXml ( ) : integer
return integer

insert() public method

Insert a new row into this feed
public insert ( array $row ) : void
$row array
return void

Property Details

$xml protected_oe property

Xml representation of this feed
protected SimpleXMLElement $xml
return SimpleXMLElement