Home
last modified time | relevance | path

Searched refs:auto_prefix (Results 1 – 3 of 3) sorted by path

/plugin/authfacebook/lib/
H A DFacebookResponse.php380 * @param boolean $auto_prefix Toggle to auto-prefix the subclass name.
389 public function getGraphList($subclassName = null, $auto_prefix = true) argument
391 return $this->getGraphEdge($subclassName, $auto_prefix);
398 * @param boolean $auto_prefix Toggle to auto-prefix the subclass name.
404 public function getGraphEdge($subclassName = null, $auto_prefix = true) argument
408 return $factory->makeGraphEdge($subclassName, $auto_prefix);
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNodeFactory.php186 * @param boolean $auto_prefix Toggle to auto-prefix the subclass name.
192 public function makeGraphEdge($subclassName = null, $auto_prefix = true) argument
197 if ($subclassName && $auto_prefix) {
H A DGraphObjectFactory.php78 * @param boolean $auto_prefix Toggle to auto-prefix the subclass name.
84 public function makeGraphList($subclassName = null, $auto_prefix = true) argument
86 return $this->makeGraphEdge($subclassName, $auto_prefix);