Lines Matching full:cast
84 * @param string|null $subclassName The GraphNode sub class to cast to.
185 * @param string|null $subclassName The GraphNode sub class to cast the list items to.
217 * Validates that the return data can be cast as a GraphNode.
232 * Validates that the return data can be cast as a GraphEdge.
250 * @param string|null $subclassName The subclass to cast this collection to.
288 * Takes an array of values and determines how to cast each node.
291 * @param string|null $subclassName The subclass to cast this collection to.
318 * @param string|null $subclassName The GraphNode subclass to cast each item in the list to.
329 … throw new FacebookSDKException('Cannot cast data to GraphEdge. Expected a "data" key.', 620);
361 * Determines whether or not the data should be cast as a GraphEdge.
390 …xception('The given subclass "' . $subclassName . '" is not valid. Cannot cast to an object that i…