Class Config
Config
- public class Config
Configuration
While not completely object oriented, this config class opens the door
for using config as an object in later development. Ideally, the config
for plugins will eventually inherit from this class, and config will be
an object owned by interfaces. For now, it creates a simple associative
array of configuration parameters. This file can be generated dynamically
from the system config tool and will eventually be generated during the
standard install process.
Field Summary |
private unknown |
$config
Holds an array containing the global configuration options for the entire
portal. |
Constructor Summary |
Config()
Config Constructor
Creates a configuration object from the global configuration. |
$config
private unknown $config
- Holds an array containing the global configuration options for the entire
portal.
Config
public Config()
- Config Constructor
Creates a configuration object from the global configuration. Eventually the
object methods will replace the static array used above.