1 | <?php |
||
22 | class LullabotAmpConverter implements AmpConverterInterface |
||
23 | { |
||
24 | /** |
||
25 | * @var AMP |
||
26 | */ |
||
27 | private $ampConverter; |
||
28 | |||
29 | /** |
||
30 | * @param AMP $ampConverter |
||
31 | */ |
||
32 | public function __construct(AMP $ampConverter) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function convertToAmp($html) |
||
46 | } |
||
47 |