Home
last modified time | relevance | path

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

/plugin/authfacebook/lib/GraphNodes/
H A DGraphNodeFactory.php223 …if (isset($this->decodedBody['data']) && static::isCastableAsGraphEdge($this->decodedBody['data'])…
238 …if (!(isset($this->decodedBody['data']) && static::isCastableAsGraphEdge($this->decodedBody['data'…
303 if (static::isCastableAsGraphEdge($data['data'])) {
367 public static function isCastableAsGraphEdge(array $data) function in Facebook\\GraphNodes\\GraphNodeFactory