메소드 | 설명 | |
---|---|---|
__construct ( string $configType ) | constructor | |
addConfig ( object $config ) | add a new config object to the list | |
getConfigType ( ) : string | returns the classname for the config data that we store | |
getConfigs ( ) : array | return our list of configs | |
newConfig ( string $name ) : object | create a new config object, and return it to be modified | |
setConfigType ( string $configType ) | what kind of config are we a list of? |
public __construct ( string $configType ) | ||
$configType | string | what type of config are we a list of? |
public getConfigType ( ) : string | ||
리턴 | string |
public setConfigType ( string $configType ) | ||
$configType | string | the class name for the data that we are a list of |