|
dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
|
Verwaltet die Bindungen zwischen Workflow-Schritten, Modulen und DD-Feldern. Mehr ...
Öffentliche Methoden | |
| list_module_dds ($modul) | |
| detect_context_tpl ($modul) | |
| dd_fields ($dd_ref) | |
| guess_record_need_key ($dd_ref) | |
| generate_bind_skeleton ($modul, $dd_ref, $bind_key='') | |
| contact_reply_bind () | |
| seed_bind (array $record) | |
| seed_default_binds () | |
Verwaltet die Bindungen zwischen Workflow-Schritten, Modulen und DD-Feldern.
| dbx\dbxWorkflow\dbxWorkflowBindRegistry::contact_reply_bind | ( | ) |
Benutzt generate_bind_skeleton(), guess_record_need_key() und dbx\dbxWorkflow\dbxWorkflowValue\read_json().
Wird benutzt von seed_default_binds().
| dbx\dbxWorkflow\dbxWorkflowBindRegistry::dd_fields | ( | $dd_ref | ) |
Benutzt $field, $fields und $o_dd.
Wird benutzt von generate_bind_skeleton().
| dbx\dbxWorkflow\dbxWorkflowBindRegistry::detect_context_tpl | ( | $modul | ) |
Wird benutzt von generate_bind_skeleton().
| dbx\dbxWorkflow\dbxWorkflowBindRegistry::generate_bind_skeleton | ( | $modul, | |
| $dd_ref, | |||
| $bind_key = '' ) |
Benutzt $fields, dd_fields(), detect_context_tpl() und guess_record_need_key().
Wird benutzt von contact_reply_bind().
| dbx\dbxWorkflow\dbxWorkflowBindRegistry::guess_record_need_key | ( | $dd_ref | ) |
Wird benutzt von contact_reply_bind() und generate_bind_skeleton().
| dbx\dbxWorkflow\dbxWorkflowBindRegistry::list_module_dds | ( | $modul | ) |
Benutzt $out.
| dbx\dbxWorkflow\dbxWorkflowBindRegistry::seed_bind | ( | array | $record | ) |
Wird benutzt von seed_default_binds().
| dbx\dbxWorkflow\dbxWorkflowBindRegistry::seed_default_binds | ( | ) |
Benutzt contact_reply_bind() und seed_bind().