PHP Class Google\Spreadsheet\Batch\BatchRequest

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

Protected Properties

Свойство Type Description
$entries Google\Spreadsheet\CellEntry[]

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( )

addEntry() public méthode

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

createRequestXml() public méthode

public createRequestXml ( CellFeed $cellFeed ) : SimpleXMLElement
$cellFeed Google\Spreadsheet\CellFeed
Résultat SimpleXMLElement

getEntries() public méthode

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

Property Details

$entries protected_oe property

protected CellEntry[],Google\Spreadsheet $entries
Résultat Google\Spreadsheet\CellEntry[]