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