Google\Spreadsheet\Batch\BatchRequest::getEntries PHP Метод

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

Get all entries in the batch
public getEntries ( ) : CellEntry[]
Результат Google\Spreadsheet\CellEntry[]
    public function getEntries()
    {
        return $this->entries;
    }