dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
dbxForm_callback_defaults_test.php File Reference

Go to the source code of this file.

Classes

class  dbxFormCallbackDefaultsOwner

Variables

 $fail
 $owner = new dbxFormCallbackDefaultsOwner()
 $form = $owner->createForm()
 $ownerProperty
if( $form->replaces( 'Summe:{total}') !=='Summe:12, 30 EUR') if($form->replaces('{value}', array('value'=> 'explizit')) !=='explizit') $report = new dbxReport()
$report _table_col_count = 6
 $footer
 if ( $footer !=='< th colspan="5">47, 30 EUR</th >')

Variable Documentation

◆ $fail

$fail
Initial value:
= static function (string $message, int $code): void {
fwrite(STDERR, "FAIL: $message\n");
exit($code);
}
exit
Definition index.php:146

Definition at line 6 of file dbxForm_callback_defaults_test.php.

◆ $footer

$footer
Initial value:
= $report->rpt_merge_obj(
'<th colspan="{rpt:colspan}">{total}</th>'
)
if((string)($formActionPolicy['action'] ?? '') !=='dbxAction.save'||!dbx() ->check_action_token((string)($formActionPolicy['scope'] ?? ''),(string)($formActionRoute['params']['dbx_token'] ?? ''))) $report

Definition at line 46 of file dbxForm_callback_defaults_test.php.

Referenced by dbxReport\forward_get_footer_page(), dbxReport\run(), and dbxReport\run().

◆ $form

$form = $owner->createForm()

◆ $owner

◆ $ownerProperty

$ownerProperty
Initial value:
= (new ReflectionClass('dbxObj'))->getProperty(
'_callback_owner'
)

Definition at line 26 of file dbxForm_callback_defaults_test.php.

◆ $report

if($form->replaces('Summe:{total}') !=='Summe:12, 30 EUR') if ( $form->replaces('{value}', array( 'value'=> 'explizit')) !=='explizit') $report = new dbxReport()

Definition at line 43 of file dbxForm_callback_defaults_test.php.

◆ _table_col_count

$report _table_col_count = 6

◆ if

if($footer !=='< th colspan="5">47, 30 EUR</th >') ( $footer ! = = '<th colspan="5">47,
30 EUR</th >'  )

Definition at line 49 of file dbxForm_callback_defaults_test.php.