dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
Lade ...
Suche ...
Keine Treffer
schema-actions.php-Dateireferenz

Variablen

 $html
 $json

Variablen-Dokumentation

◆ $html

$html
Initialisierung:
= static fn(string $handler, bool $mutation = false): array => array(
'handler' => $handler,
'methods' => array('GET', 'HEAD', 'POST'),
'groups' => array('admin'),
'mutation' => $mutation,
'response' => 'html',
)

Wird benutzt von dbx\dbxWorkflow\dbxWorkflowModule\apply_finish(), build_report_footer_obj(), dbx\dbxHelp\dbxHelp_content\get_server_info_html(), dbx\dbxMenu\dbxContent_menu\render_placeholder(), dbx\dbxContent\dbxContentPageCache\write_content(), dbx\dbxContent\dbxContentPageCache\write_full_page() und dbx\dbxContent\dbxContentPageCache\write_menu().

◆ $json

$json
Initialisierung:
= static fn(string $handler, bool $mutation = false): array => array(
'handler' => $handler,
'methods' => array('GET', 'HEAD', 'POST'),
'groups' => array('admin'),
'mutation' => $mutation,
'response' => 'json',
)

Wird benutzt von dbxWebApp\add_editor_files_data(), dbxPackageContract\canonical_json(), dbx\dbxSelfTest\dbxSelfTestRunner\load_run(), dbxUiSettingsService\save_defaults(), dbxUiSettingsService\save_user_profile() und dbxUiSettingsService\settings_json_html().