PHP Class Google\Spreadsheet\ListFeed

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

Protected Properties

Свойство Type Description
$xml SimpleXMLElement Xml representation of this feed

Méthodes publiques

Méthode 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 méthode

Constructor
public __construct ( SimpleXMLElement $xml )
$xml SimpleXMLElement

getEntries() public méthode

Get the entries of this feed
public getEntries ( ) : ListEntry[]
Résultat ListEntry[]

getId() public méthode

Get the feed id. Returns the full url.
public getId ( ) : string
Résultat string

getPostUrl() public méthode

Get the post url for this feed
public getPostUrl ( ) : string
Résultat string

getStartIndex() public méthode

Get open search start index
public getStartIndex ( ) : integer
Résultat integer

getTotalResults() public méthode

Get open search total results
public getTotalResults ( ) : integer
Résultat integer

getXml() public méthode

Get the raw XML
public getXml ( ) : integer
Résultat integer

insert() public méthode

Insert a new row into this feed
public insert ( array $row ) : void
$row array
Résultat void

Property Details

$xml protected_oe property

Xml representation of this feed
protected SimpleXMLElement $xml
Résultat SimpleXMLElement