| Total Complexity | 19 |
| Total Lines | 65 |
| Duplicated Lines | 0 % |
| Coverage | 31.43% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class DoctypeHelper extends AbstractHelper |
||
| 13 | { |
||
| 14 | protected $docType; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | public function __toString() |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return string |
||
| 26 | 1 | */ |
|
| 27 | public function render() |
||
| 48 | } |
||
| 49 | } |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @param bool $docType |
||
| 53 | * |
||
| 54 | * @return $this |
||
| 55 | * |
||
| 56 | * @throws Exception |
||
| 57 | */ |
||
| 58 | public function set($docType = false) |
||
| 79 |