Google\Spreadsheet\ListEntry::getValues PHP 메소드

getValues() 공개 메소드

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