Home
last modified time | relevance | path

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

/plugin/authfacebook/lib/
H A DFacebook.php406 return $this->getPaginationResults($graphEdge, 'next');
420 return $this->getPaginationResults($graphEdge, 'previous');
433 public function getPaginationResults(GraphEdge $graphEdge, $direction) function in Facebook\\Facebook