PHP Класс Google\Spreadsheet\ListFeed

Автор: Asim Liaquat ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$xml SimpleXMLElement Xml representation of this feed

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

Constructor
public __construct ( SimpleXMLElement $xml )
$xml SimpleXMLElement

getEntries() публичный Метод

Get the entries of this feed
public getEntries ( ) : ListEntry[]
Результат ListEntry[]

getId() публичный Метод

Get the feed id. Returns the full url.
public getId ( ) : string
Результат string

getPostUrl() публичный Метод

Get the post url for this feed
public getPostUrl ( ) : string
Результат string

getStartIndex() публичный Метод

Get open search start index
public getStartIndex ( ) : integer
Результат integer

getTotalResults() публичный Метод

Get open search total results
public getTotalResults ( ) : integer
Результат integer

getXml() публичный Метод

Get the raw XML
public getXml ( ) : integer
Результат integer

insert() публичный Метод

Insert a new row into this feed
public insert ( array $row ) : void
$row array
Результат void

Описание свойств

$xml защищенное свойство

Xml representation of this feed
protected SimpleXMLElement $xml
Результат SimpleXMLElement