| 1 | <?php |
||
| 12 | class PinterestBot |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Initializes Bot instance and all its dependencies. |
||
| 16 | * |
||
| 17 | * @return Bot |
||
| 18 | */ |
||
| 19 | public static function create() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return Request |
||
| 30 | */ |
||
| 31 | protected static function makeRequest() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @codeCoverageIgnore |
||
| 40 | */ |
||
| 41 | private function __construct() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @codeCoverageIgnore |
||
| 47 | */ |
||
| 48 | private function __clone() |
||
| 51 | } |
||
| 52 |