Google\Spreadsheet\ListEntry::getValues PHP Méthode

getValues() public méthode

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