PHP Class seregazhuk\PinterestBot\Factories\PinterestBot

Show file Open project: seregazhuk/php-pinterest-bot Class Usage Examples

Public Methods

Method Description
create ( ) : Bot Initializes Bot instance and all its dependencies.

Protected Methods

Method Description
makeRequest ( ) : Request

Private Methods

Method Description
__clone ( )
__construct ( )

Method Details

create() public static method

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

makeRequest() protected static method

protected static makeRequest ( ) : Request
return seregazhuk\PinterestBot\Api\Request