Ejemplo n.º 1
0
 /**
  * Gets the entire config array.
  * 
  * @return array the configuration array
  */
 public static function getConfig()
 {
     if (is_null(self::$config)) {
         self::$config = array();
     }
     return self::$config;
 }