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;
    }