PHP Класс Google\Spreadsheet\ListEntry

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

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

Свойство Тип Описание
$data array The data for this list entry
$xml SimpleXMLElement The xml representation of this list entry

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

Метод Описание
__construct ( SimpleXMLElement $xml, array $data ) Constructor
delete ( ) Delete the current entry.
getEditUrl ( ) : string Get the edit url
getValues ( ) : array Get the values of this list entry
getXml ( ) : integer Get the raw XML
update ( array $values ) Update this entry

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

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

Constructor
public __construct ( SimpleXMLElement $xml, array $data )
$xml SimpleXMLElement
$data array

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

Delete the current entry.
public delete ( )

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

Get the edit url
public getEditUrl ( ) : string
Результат string

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

Get the values of this list entry
public getValues ( ) : array
Результат array

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

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

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

Update this entry
public update ( array $values )
$values array

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

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

The data for this list entry
protected array $data
Результат array

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

The xml representation of this list entry
protected SimpleXMLElement $xml
Результат SimpleXMLElement