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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$entityIdName
$followUrl
$followersFor
$followersUrl
$loginRequiredFor array
$searchScope
$unFollowUrl

공개 메소드들

메소드 설명
block ( string $username ) : boolean | Response
blockById ( integer $userId ) : boolean | Response
following ( string $username, string $type = UrlBuilder::FOLLOWING_PEOPLE, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator Get following info for pinner.
followingBoards ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
followingInterests ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
followingPeople ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
info ( string $username ) : array Get user info.
likes ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator Get pins that user likes.
pins ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator Get pinner pins.

보호된 메소드들

메소드 설명
paginate ( string $username, string $url, integer $limit ) : Traversable

메소드 상세

block() 공개 메소드

public block ( string $username ) : boolean | Response
$username string
리턴 boolean | seregazhuk\PinterestBot\Api\Response

blockById() 공개 메소드

public blockById ( integer $userId ) : boolean | Response
$userId integer
리턴 boolean | seregazhuk\PinterestBot\Api\Response

following() 공개 메소드

Get following info for pinner.
public following ( string $username, string $type = UrlBuilder::FOLLOWING_PEOPLE, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
$username string
$type string
$limit integer
리턴 Iterator

followingBoards() 공개 메소드

public followingBoards ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
$username string
$limit integer
리턴 Iterator

followingInterests() 공개 메소드

public followingInterests ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
$username string
$limit integer
리턴 Iterator

followingPeople() 공개 메소드

public followingPeople ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
$username string
$limit integer
리턴 Iterator

info() 공개 메소드

If username param is not specified, will return info for logged user.
public info ( string $username ) : array
$username string
리턴 array

likes() 공개 메소드

Get pins that user likes.
public likes ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
$username string
$limit integer
리턴 Iterator

paginate() 보호된 메소드

protected paginate ( string $username, string $url, integer $limit ) : Traversable
$username string
$url string
$limit integer
리턴 Traversable

pins() 공개 메소드

Get pinner pins.
public pins ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
$username string
$limit integer
리턴 Iterator

프로퍼티 상세

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

protected $entityIdName

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

protected $followUrl

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

protected $followersFor

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

protected $followersUrl

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

protected array $loginRequiredFor
리턴 array

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

protected $searchScope

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

protected $unFollowUrl