Google\Spreadsheet\ListEntry::getValues PHP Method

getValues() public method

Get the values of this list entry
public getValues ( ) : array
return array
    public function getValues()
    {
        return $this->data;
    }