Home
last modified time | relevance | path

Searched refs:nullPlaceholderCheck (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php159 $object->$key = $this->nullPlaceholderCheck($result);
171 $object->$name = $this->nullPlaceholderCheck($result);
192 $return[$key] = $this->nullPlaceholderCheck($a_value);
203 private function nullPlaceholderCheck($value) function in Google\\Model