Public Member Functions | |
| get_base_dir () | |
| get_base_url () | |
| get_system_var (string $key, $default='',... $rest) | |
| get_request_var (string $key, $default='',... $rest) | |
| get_skin () | |
| get_skin_css () | |
| get_skin_class () | |
| os_path (string $path) | |
| register_editor_file (string $kind, string $file) | |
Public Attributes | |
| string | $root |
| array | $registered = array() |
| array | $system = array('dbx_design' => 'demo', 'dbx_activ_design' => 'demo') |
Definition at line 5 of file dbxTPL_design_slots_test.php.
| dbxTPLDesignSlotsTestApi::get_base_dir | ( | ) |
Definition at line 10 of file dbxTPL_design_slots_test.php.
| dbxTPLDesignSlotsTestApi::get_base_url | ( | ) |
Definition at line 11 of file dbxTPL_design_slots_test.php.
| dbxTPLDesignSlotsTestApi::get_request_var | ( | string | $key, |
| $default = '', | |||
| ... ) |
Definition at line 13 of file dbxTPL_design_slots_test.php.
| dbxTPLDesignSlotsTestApi::get_skin | ( | ) |
Definition at line 14 of file dbxTPL_design_slots_test.php.
| dbxTPLDesignSlotsTestApi::get_skin_class | ( | ) |
Definition at line 16 of file dbxTPL_design_slots_test.php.
| dbxTPLDesignSlotsTestApi::get_skin_css | ( | ) |
Definition at line 15 of file dbxTPL_design_slots_test.php.
| dbxTPLDesignSlotsTestApi::get_system_var | ( | string | $key, |
| $default = '', | |||
| ... ) |
Definition at line 12 of file dbxTPL_design_slots_test.php.
References system.
| dbxTPLDesignSlotsTestApi::os_path | ( | string | $path | ) |
Definition at line 17 of file dbxTPL_design_slots_test.php.
| dbxTPLDesignSlotsTestApi::register_editor_file | ( | string | $kind, |
| string | $file ) |
Definition at line 18 of file dbxTPL_design_slots_test.php.
References $file.
| array dbxTPLDesignSlotsTestApi::$registered = array() |
Definition at line 7 of file dbxTPL_design_slots_test.php.
| string dbxTPLDesignSlotsTestApi::$root |
Definition at line 6 of file dbxTPL_design_slots_test.php.
| array dbxTPLDesignSlotsTestApi::$system = array('dbx_design' => 'demo', 'dbx_activ_design' => 'demo') |
Definition at line 8 of file dbxTPL_design_slots_test.php.