@@ -162,7 +162,9 @@ |
||
| 162 | 162 | /** |
| 163 | 163 | * Overload this function if any class variables need to be initialized to a default value |
| 164 | 164 | */ |
| 165 | - protected function initializeValues() {} |
|
| 165 | + protected function initializeValues() |
|
| 166 | + { |
|
| 167 | +} |
|
| 166 | 168 | |
| 167 | 169 | /** |
| 168 | 170 | * Inject data into the array that will be mapped into individual instance variables. This function must be called |