seregazhuk\PinterestBot\Helpers\Pagination::getCurrentResults PHP Method

getCurrentResults() protected method

protected getCurrentResults ( ) : array
return array
    protected function getCurrentResults()
    {
        $callback = $this->callback;
        $response = $callback($this->bookmarks);
        return $this->processResponse($response);
    }