PHP Trait seregazhuk\PinterestBot\Api\Traits\HasFeed

Show file Open project: seregazhuk/php-pinterest-bot

Public Methods

Method Description
getPaginatedData ( array $data, string $url, $bookmarks = [] ) : Response

Protected Methods

Method Description
getFeed ( array $data, string $feedUrl, integer $limit ) : Pagination

Method Details

getFeed() protected method

protected getFeed ( array $data, string $feedUrl, integer $limit ) : Pagination
$data array
$feedUrl string
$limit integer
return seregazhuk\PinterestBot\Helpers\Pagination

getPaginatedData() abstract public method

abstract public getPaginatedData ( array $data, string $url, $bookmarks = [] ) : Response
$data array
$url string
$bookmarks
return seregazhuk\PinterestBot\Api\Response