| 1 | <?php |
||
| 23 | class PlacePhotoService extends AbstractPlaceService |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @param HttpClient $client |
||
| 27 | * @param MessageFactory $messageFactory |
||
| 28 | */ |
||
| 29 | public function __construct(HttpClient $client, MessageFactory $messageFactory) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function setHttps($https) |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @param PlacePhotoRequestInterface $request |
||
| 48 | * |
||
| 49 | * @return StreamInterface |
||
| 50 | */ |
||
| 51 | public function process(PlacePhotoRequestInterface $request) |
||
| 58 | } |
||
| 59 |