Subversion Repositories oidplus

Rev

Rev 1116 | Rev 1177 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1116 Rev 1130
Line 26... Line 26...
26
// OIDplusBaseConfig is the basic ("static") configuration stored in userdata/baseconfig/config.inc.php,
26
// OIDplusBaseConfig is the basic ("static") configuration stored in userdata/baseconfig/config.inc.php,
27
// e.g. database access credentials.
27
// e.g. database access credentials.
28
// Not to be confused with OIDplusConfig which are settings that are stored in the database.
28
// Not to be confused with OIDplusConfig which are settings that are stored in the database.
29
class OIDplusBaseConfig extends OIDplusBaseClass implements OIDplusGetterSetterInterface {
29
class OIDplusBaseConfig extends OIDplusBaseClass implements OIDplusGetterSetterInterface {
30
 
30
 
-
 
31
        /**
-
 
32
         * @var array
-
 
33
         */
31
        protected $data = array();
34
        protected $data = array();
32
 
35
 
33
        /**
36
        /**
34
         * @param string $name
37
         * @param string $name
35
         * @param mixed|null $default
38
         * @param mixed|null $default