[line 39]
[line 33]
Config __construct( ProjectHandler $projectHandler)
Reads project's and default .ini file, sets project handler's mapId and initializes paths.
Overridden in child classes as:
string getBasePath( )
array getIniArray( )
string getKind( )
string __get( string $nm)
Will return value set in .ini files or NULL if it doesn't exist !! WARNING: do not use empty() to test agains properties returned by __get(). It will be always empty !!