Public Member Functions | |
| get_base_dir () | |
| get_system_var (string $name, $default='') | |
| get_request_var (string $name, $default='') | |
| set_system_var (string $name, $value) | |
| get_base_url () | |
| get_skin () | |
| get_skin_css () | |
| get_skin_class () | |
| editor_file_path (string $path) | |
| os_path (string $path) | |
| register_editor_file (string $kind, string $path) | |
Public Attributes | |
| string | $baseDir = '' |
| array | $system |
Definition at line 14 of file dbxTPL_raw_cache_test.php.
| dbxTPLRawCacheTestApi::editor_file_path | ( | string | $path | ) |
Definition at line 68 of file dbxTPL_raw_cache_test.php.
| dbxTPLRawCacheTestApi::get_base_dir | ( | ) |
Definition at line 25 of file dbxTPL_raw_cache_test.php.
References $baseDir.
| dbxTPLRawCacheTestApi::get_base_url | ( | ) |
Definition at line 48 of file dbxTPL_raw_cache_test.php.
| dbxTPLRawCacheTestApi::get_request_var | ( | string | $name, |
| $default = '' ) |
Definition at line 38 of file dbxTPL_raw_cache_test.php.
| dbxTPLRawCacheTestApi::get_skin | ( | ) |
Definition at line 53 of file dbxTPL_raw_cache_test.php.
| dbxTPLRawCacheTestApi::get_skin_class | ( | ) |
Definition at line 63 of file dbxTPL_raw_cache_test.php.
| dbxTPLRawCacheTestApi::get_skin_css | ( | ) |
Definition at line 58 of file dbxTPL_raw_cache_test.php.
| dbxTPLRawCacheTestApi::get_system_var | ( | string | $name, |
| $default = '' ) |
Definition at line 33 of file dbxTPL_raw_cache_test.php.
References system.
| dbxTPLRawCacheTestApi::os_path | ( | string | $path | ) |
Definition at line 73 of file dbxTPL_raw_cache_test.php.
| dbxTPLRawCacheTestApi::register_editor_file | ( | string | $kind, |
| string | $path ) |
Definition at line 78 of file dbxTPL_raw_cache_test.php.
| dbxTPLRawCacheTestApi::set_system_var | ( | string | $name, |
| $value ) |
Definition at line 43 of file dbxTPL_raw_cache_test.php.
| string dbxTPLRawCacheTestApi::$baseDir = '' |
Definition at line 16 of file dbxTPL_raw_cache_test.php.
Referenced by get_base_dir().
| array dbxTPLRawCacheTestApi::$system |
Definition at line 18 of file dbxTPL_raw_cache_test.php.