Changeset 2948


Ignore:
Timestamp:
05/31/10 02:34:32 (21 months ago)
Author:
nuxwin
Message:
  • [GUI] Added toArray() method in IspCP_ConfigHandler class to be able to get an associative array that contain all configuration parameters
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2947 r2948  
    11ispCP ω 1.0.6 ChangeLog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42010-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 
    38 
    492010-05-30 Laurent Declercq 
  • trunk/gui/include/IspCP/ConfigHandler.php

    r2943 r2948  
    186186 
    187187        /** 
     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        /** 
    188198         * Defined by SPL Iterator interface 
    189199         * 
Note: See TracChangeset for help on using the changeset viewer.