| 1 | <?php |
||
| 20 | class GuzzleClientBuilder implements ClientBuilderInterface |
||
| 21 | { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * This method MUST return a \FeedIo\Adapter\ClientInterface instance |
||
| 25 | * @return \FeedIo\Adapter\ClientInterface |
||
| 26 | */ |
||
| 27 | 2 | public function getClient() |
|
| 31 | |||
| 32 | /** |
||
| 33 | * This method MUST return the name of the main class |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | 1 | public function getMainClassName() |
|
| 40 | |||
| 41 | /** |
||
| 42 | * This method MUST return the name of the package name |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | 1 | public function getPackageName() |
|
| 49 | |||
| 50 | } |
||
| 51 |