@@ -150,13 +150,13 @@ |
||
150 | 150 | } |
151 | 151 | |
152 | 152 | /** |
153 | - * Renders a component. |
|
154 | - * |
|
155 | - * @param Component $component |
|
156 | - * @param boolean $print_mode If true it will print the view, if false it will return the view as a string. |
|
157 | - * |
|
158 | - * @return string|void |
|
159 | - */ |
|
153 | + * Renders a component. |
|
154 | + * |
|
155 | + * @param Component $component |
|
156 | + * @param boolean $print_mode If true it will print the view, if false it will return the view as a string. |
|
157 | + * |
|
158 | + * @return string|void |
|
159 | + */ |
|
160 | 160 | public function component( Component $component, bool $print_mode = true ) { |
161 | 161 | |
162 | 162 | // Throw exception of no compiler passed. |