PHP Class seregazhuk\PinterestBot\Factories\PinterestBot

Afficher le fichier Open project: seregazhuk/php-pinterest-bot Class Usage Examples

Méthodes publiques

Méthode Description
create ( ) : Bot Initializes Bot instance and all its dependencies.

Méthodes protégées

Méthode Description
makeRequest ( ) : Request

Private Methods

Méthode Description
__clone ( )
__construct ( )

Method Details

create() public static méthode

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

makeRequest() protected static méthode

protected static makeRequest ( ) : Request
Résultat seregazhuk\PinterestBot\Api\Request