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);
    }