Searched refs:auto_prefix (Results 1 – 3 of 3) sorted by relevance
380 * @param boolean $auto_prefix Toggle to auto-prefix the subclass name.389 public function getGraphList($subclassName = null, $auto_prefix = true) argument391 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) argument408 return $factory->makeGraphEdge($subclassName, $auto_prefix);
78 * @param boolean $auto_prefix Toggle to auto-prefix the subclass name.84 public function makeGraphList($subclassName = null, $auto_prefix = true) argument86 return $this->makeGraphEdge($subclassName, $auto_prefix);
186 * @param boolean $auto_prefix Toggle to auto-prefix the subclass name.192 public function makeGraphEdge($subclassName = null, $auto_prefix = true) argument197 if ($subclassName && $auto_prefix) {