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