Home
last modified time | relevance | path

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

/plugin/authgoogle/google/service/
H A DGoogle_Model.php50 $val[$arrayKey] = $this->createObjectFromName($keyTypeName, $arrayItem);
54 $this->$key = $this->createObjectFromName($keyTypeName, $val);
59 $arrayObject[$arrayIndex] = $this->createObjectFromName($keyTypeName, $arrayItem);
92 private function createObjectFromName($name, $item) { function in Google_Model