Searched defs:subclassName (Results 1 – 4 of 4) sorted by relevance
/plugin/authfacebook/lib/GraphNodes/ |
H A D | GraphNodeFactory.php | 90 public function makeGraphNode($subclassName = null) 192 public function makeGraphEdge($subclassName = null, $auto_prefix = true) 256 public function safelyMakeGraphNode(array $data, $subclassName = null) 299 …public function castAsGraphNodeOrGraphEdge(array $data, $subclassName = null, $parentKey = null, $… 326 …public function safelyMakeGraphEdge(array $data, $subclassName = null, $parentKey = null, $parentN… 384 public static function validateSubclass($subclassName)
|
H A D | GraphObjectFactory.php | 57 public function makeGraphObject($subclassName = null) 84 public function makeGraphList($subclassName = null, $auto_prefix = true)
|
H A D | GraphEdge.php | 55 protected $subclassName; variable in Facebook\\GraphNodes\\GraphEdge 66 …$request, array $data = [], array $metaData = [], $parentEdgeEndpoint = null, $subclassName = null)
|
/plugin/authfacebook/lib/ |
H A D | FacebookResponse.php | 271 public function getGraphObject($subclassName = null) 285 public function getGraphNode($subclassName = null) 389 public function getGraphList($subclassName = null, $auto_prefix = true) 404 public function getGraphEdge($subclassName = null, $auto_prefix = true)
|