Google\Spreadsheet\Batch\BatchRequest::getEntries PHP Méthode

getEntries() public méthode

Get all entries in the batch
public getEntries ( ) : CellEntry[]
Résultat Google\Spreadsheet\CellEntry[]
    public function getEntries()
    {
        return $this->entries;
    }