Google\Spreadsheet\ListEntry::getValues PHP Метод

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

Get the values of this list entry
public getValues ( ) : array
Результат array
    public function getValues()
    {
        return $this->data;
    }