| 1 | <?php |
||
| 5 | class HTMLGenerator extends AbstractGenerator |
||
| 6 | { |
||
| 7 | protected $cssGenerator; |
||
| 8 | |||
| 9 | protected $tag = ''; |
||
| 10 | protected $template = ''; |
||
| 11 | |||
| 12 | protected $cssgenerator; |
||
| 13 | |||
| 14 | 30 | public function setTag($value) |
|
| 20 | |||
| 21 | 21 | public function setTemplate($value) |
|
| 27 | |||
| 28 | 21 | public function setCSSGenerator(CSSGenerator $cssGenerator) |
|
| 34 | |||
| 35 | 18 | public function addLine($filename) |
|
| 41 | |||
| 42 | 21 | public function process() |
|
| 61 | |||
| 62 | 6 | public function save() |
|
| 70 | } |
||
| 71 |