Changeset 2948
- Timestamp:
- 05/31/10 02:34:32 (21 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
gui/include/IspCP/ConfigHandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r2947 r2948 1 1 ispCP ω 1.0.6 ChangeLog 2 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 4 2010-05-31 Laurent Declercq 5 - GUI: 6 * Added toArray() method in IspCP_ConfigHandler class to be able to 7 get an associative array that contain all configuration parameters 3 8 4 9 2010-05-30 Laurent Declercq -
trunk/gui/include/IspCP/ConfigHandler.php
r2943 r2948 186 186 187 187 /** 188 * Return an associative array that contain all configuration parameters 189 * 190 * @return array 191 */ 192 public function toArray() { 193 194 return $this->parameters; 195 } 196 197 /** 188 198 * Defined by SPL Iterator interface 189 199 *
Note: See TracChangeset
for help on using the changeset viewer.
