| 1 | <?php |
||
| 15 | class FacebookServiceAdapterFactory implements CallableServiceAdapterFactoryInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param string $url |
||
| 19 | * @param string $pattern |
||
| 20 | * @param EmbedRendererInterface $renderer |
||
| 21 | * |
||
| 22 | * @return VideoAdapterInterface |
||
| 23 | */ |
||
| 24 | 19 | public function __invoke($url, $pattern, EmbedRendererInterface $renderer) |
|
| 28 | } |
||
| 29 |