|
dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
|
Erkennt Modul-Metadaten aus Dateisystem und PHP-Quellen (ohne manuelle Registry). Mehr ...
Öffentliche Methoden | |
| __construct () | |
| list_module_names () | |
| inspect (string $modul) | |
| dd_edit_url (string $modul, string $dd) | |
| build_dd_items (array $dd_list) | |
| inspect_all () | |
| group_options () | |
| scan_runs_public (string $modul) | |
| placeholder_graphic (string $modul, string $run1='', string $run2='') | |
| module_image_empty_placeholder_url () | |
| module_image_empty_placeholder_alt () | |
| modul_url (string $modul, string $run1='', string $run2='') | |
| can_delete_module (string $modul) | |
| module_help_path (string $modul) | |
| form_help_path (string $modul, string $form) | |
| render_module_help (string $modul, array $data=array()) | |
| render_form_help (string $modul, string $form, array $data=array()) | |
Erkennt Modul-Metadaten aus Dateisystem und PHP-Quellen (ohne manuelle Registry).
| dbx\dbxAdmin\dbxModuleRegistry::__construct | ( | ) |
| dbx\dbxAdmin\dbxModuleRegistry::build_dd_items | ( | array | $dd_list | ) |
Benutzt dd_edit_url().
| dbx\dbxAdmin\dbxModuleRegistry::can_delete_module | ( | string | $modul | ) |
| dbx\dbxAdmin\dbxModuleRegistry::dd_edit_url | ( | string | $modul, |
| string | $dd ) |
Wird benutzt von build_dd_items().
| dbx\dbxAdmin\dbxModuleRegistry::form_help_path | ( | string | $modul, |
| string | $form ) |
Wird benutzt von render_form_help().
| dbx\dbxAdmin\dbxModuleRegistry::group_options | ( | ) |
Benutzt if.
| dbx\dbxAdmin\dbxModuleRegistry::inspect | ( | string | $modul | ) |
Wird benutzt von inspect_all().
| dbx\dbxAdmin\dbxModuleRegistry::inspect_all | ( | ) |
Benutzt $rows, inspect() und list_module_names().
| dbx\dbxAdmin\dbxModuleRegistry::list_module_names | ( | ) |
Wird benutzt von inspect_all().
| dbx\dbxAdmin\dbxModuleRegistry::modul_url | ( | string | $modul, |
| string | $run1 = '', | ||
| string | $run2 = '' ) |
| dbx\dbxAdmin\dbxModuleRegistry::module_help_path | ( | string | $modul | ) |
| dbx\dbxAdmin\dbxModuleRegistry::module_image_empty_placeholder_alt | ( | ) |
Benutzt $lng.
| dbx\dbxAdmin\dbxModuleRegistry::placeholder_graphic | ( | string | $modul, |
| string | $run1 = '', | ||
| string | $run2 = '' ) |
| dbx\dbxAdmin\dbxModuleRegistry::render_form_help | ( | string | $modul, |
| string | $form, | ||
| array | $data = array() ) |
Benutzt form_help_path() und render_module_help().
| dbx\dbxAdmin\dbxModuleRegistry::render_module_help | ( | string | $modul, |
| array | $data = array() ) |
Wird benutzt von render_form_help().
| dbx\dbxAdmin\dbxModuleRegistry::scan_runs_public | ( | string | $modul | ) |