Public Member Functions | |
| get_base_dir () | |
| get_file_dir () | |
| os_path (string $path) | |
| get_config (string $module, string $key='', $default='undef') | |
| set_config (string $module, array $config) | |
Public Attributes | |
| string | $root |
| string | $files |
| array | $config |
Definition at line 3 of file dbxDesignService_contract_test.php.
| dbxDesignServiceTestApi::get_base_dir | ( | ) |
Definition at line 10 of file dbxDesignService_contract_test.php.
| dbxDesignServiceTestApi::get_config | ( | string | $module, |
| string | $key = '', | ||
| $default = 'undef' ) |
Definition at line 22 of file dbxDesignService_contract_test.php.
References $module.
| dbxDesignServiceTestApi::get_file_dir | ( | ) |
Definition at line 14 of file dbxDesignService_contract_test.php.
| dbxDesignServiceTestApi::os_path | ( | string | $path | ) |
Definition at line 18 of file dbxDesignService_contract_test.php.
| dbxDesignServiceTestApi::set_config | ( | string | $module, |
| array | $config ) |
Definition at line 29 of file dbxDesignService_contract_test.php.
| array dbxDesignServiceTestApi::$config |
Definition at line 6 of file dbxDesignService_contract_test.php.
Referenced by set_config().
| string dbxDesignServiceTestApi::$files |
Definition at line 5 of file dbxDesignService_contract_test.php.
| string dbxDesignServiceTestApi::$root |
Definition at line 4 of file dbxDesignService_contract_test.php.