| @@ -111,9 +111,9 @@ | ||
| 111 | 111 | * |
| 112 | 112 | * @abstract |
| 113 | 113 | * @access protected |
| 114 | 114 | */ |
| 115 | - protected abstract function _toHTML(); | |
| 115 | + abstract protected function _toHTML(); | |
| 116 | 116 | |
| 117 | 117 | /** |
| 118 | 118 | * Builds template and return it as string. |
| 119 | 119 | * |
| @@ -214,7 +214,5 @@ | ||
| 214 | 214 | } |
| 215 | 215 | |
| 216 | 216 | return true; |
| 217 | 217 | } |
| 218 | - | |
| 219 | - | |
| 220 | 218 | } |