PHP Класс Google\Spreadsheet\Batch\BatchRequest

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

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

Свойство Тип Описание
$entries Google\Spreadsheet\CellEntry[]

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

Метод Описание
__construct ( )
addEntry ( CellEntry $cellEntry )
createRequestXml ( CellFeed $cellFeed ) : SimpleXMLElement
getEntries ( ) : CellEntry[] Get all entries in the batch

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

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

public __construct ( )

addEntry() публичный метод

public addEntry ( CellEntry $cellEntry )
$cellEntry Google\Spreadsheet\CellEntry

createRequestXml() публичный метод

public createRequestXml ( CellFeed $cellFeed ) : SimpleXMLElement
$cellFeed Google\Spreadsheet\CellFeed
Результат SimpleXMLElement

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

Get all entries in the batch
public getEntries ( ) : CellEntry[]
Результат Google\Spreadsheet\CellEntry[]

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

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

protected CellEntry[],Google\Spreadsheet $entries
Результат Google\Spreadsheet\CellEntry[]