PHP Class Google\Spreadsheet\Batch\BatchRequest

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

Protected Properties

Property Type Description
$entries Google\Spreadsheet\CellEntry[]

Public Methods

Method Description
__construct ( )
addEntry ( CellEntry $cellEntry )
createRequestXml ( CellFeed $cellFeed ) : SimpleXMLElement
getEntries ( ) : CellEntry[] Get all entries in the batch

Method Details

__construct() public method

public __construct ( )

addEntry() public method

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

createRequestXml() public method

public createRequestXml ( CellFeed $cellFeed ) : SimpleXMLElement
$cellFeed Google\Spreadsheet\CellFeed
return SimpleXMLElement

getEntries() public method

Get all entries in the batch
public getEntries ( ) : CellEntry[]
return Google\Spreadsheet\CellEntry[]

Property Details

$entries protected_oe property

protected CellEntry[],Google\Spreadsheet $entries
return Google\Spreadsheet\CellEntry[]