| 1 | <?php |
||
| 15 | class UrlEmbed implements UrlEmbedInterface { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var array |
||
| 19 | */ |
||
| 20 | public $config; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @{inheritdoc} |
||
| 24 | */ |
||
| 25 | public function __construct(array $config = []) { |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @{inheritdoc} |
||
| 31 | */ |
||
| 32 | public function getConfig() { |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @{inheritdoc} |
||
| 38 | */ |
||
| 39 | public function setConfig(array $config) { |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @{inheritdoc} |
||
| 45 | */ |
||
| 46 | public function getEmbed($request, array $config = []) { |
||
| 49 | |||
| 50 | } |
||
| 51 |