PHP 클래스 seregazhuk\PinterestBot\Api\Providers\Interests

상속: extends Provider, use trait seregazhuk\PinterestBot\Helpers\Providers\Traits\FollowTrait
파일 보기 프로젝트 열기: seregazhuk/php-pinterest-bot 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$feedUrl
$loginRequiredFor array

공개 메소드들

메소드 설명
info ( string $category ) : array | boolean Get category info
main ( ) : array | boolean Get list of main categories
pins ( string $interest, integer $limit = Pagination::DEFAULT_LIMIT ) : Pagination Returns a feed of pins.

메소드 상세

info() 공개 메소드

Get category info
public info ( string $category ) : array | boolean
$category string
리턴 array | boolean

main() 공개 메소드

Get list of main categories
public main ( ) : array | boolean
리턴 array | boolean

pins() 공개 메소드

Returns a feed of pins.
public pins ( string $interest, integer $limit = Pagination::DEFAULT_LIMIT ) : Pagination
$interest string
$limit integer
리턴 seregazhuk\PinterestBot\Helpers\Pagination

프로퍼티 상세

$feedUrl 보호되어 있는 프로퍼티

protected $feedUrl

$loginRequiredFor 보호되어 있는 프로퍼티

protected array $loginRequiredFor
리턴 array