Google\Spreadsheet\Batch\BatchRequest::getEntries PHP Method

getEntries() public method

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