seregazhuk\PinterestBot\Helpers\Pagination::getCurrentResults PHP Метод

getCurrentResults() защищенный Метод

protected getCurrentResults ( ) : array
Результат array
    protected function getCurrentResults()
    {
        $callback = $this->callback;
        $response = $callback($this->bookmarks);
        return $this->processResponse($response);
    }