PHP 클래스 seregazhuk\PinterestBot\Factories\PinterestBot

파일 보기 프로젝트 열기: seregazhuk/php-pinterest-bot 1 사용 예제들

공개 메소드들

메소드 설명
create ( ) : Bot Initializes Bot instance and all its dependencies.

보호된 메소드들

메소드 설명
makeRequest ( ) : Request

비공개 메소드들

메소드 설명
__clone ( )
__construct ( )

메소드 상세

create() 공개 정적인 메소드

Initializes Bot instance and all its dependencies.
public static create ( ) : Bot
리턴 seregazhuk\PinterestBot\Bot

makeRequest() 보호된 정적인 메소드

protected static makeRequest ( ) : Request
리턴 seregazhuk\PinterestBot\Api\Request