8889841cwp-content/plugins/wp-job-board-pro/libraries/facebook-sdk/GraphNodes/GraphObjectFactory.php000064400000005520150521533120033274 0ustar00home/clixcotz/gj.clix.co.tzmakeGraphNode($subclassName); } /** * Convenience method for creating a GraphEvent collection. * * @return GraphEvent * * @throws FacebookSDKException */ public function makeGraphEvent() { return $this->makeGraphNode(static::BASE_GRAPH_OBJECT_PREFIX . 'GraphEvent'); } /** * Tries to convert a FacebookResponse entity into a GraphEdge. * * @param string|null $subclassName The GraphNode sub class to cast the list items to. * @param boolean $auto_prefix Toggle to auto-prefix the subclass name. * * @return GraphEdge * * @deprecated 5.0.0 GraphObjectFactory has been renamed to GraphNodeFactory */ public function makeGraphList($subclassName = null, $auto_prefix = true) { return $this->makeGraphEdge($subclassName, $auto_prefix); } }