| 1 | <?php |
||
| 10 | final class InigoRenderer implements RendererInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var Parser |
||
| 14 | */ |
||
| 15 | private $parser = null; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * |
||
| 19 | * @param Config $config |
||
| 20 | */ |
||
| 21 | 17 | public function __construct(Config $config) |
|
| 26 | |||
| 27 | /** |
||
| 28 | * |
||
| 29 | * @param string $input |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | 17 | public function render($input) |
|
| 36 | } |
||
| 37 |