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

Go to the source code of this file.

Functions

 update_flow_assert (bool $condition, string $message)
foreach(array("case 'start':", "case 'stop':") as $contract) foreach(array( 'public prepare():array', 'public cancel():array', 'private synchronized(callable $operation):mixed',) as $contract) foreach (array('', '_en', '_es') as $language)

Variables

 $module = dirname(__DIR__)
 $controller
 $service

Function Documentation

◆ foreach()

foreach(array("case 'start':", "case 'stop':") as $contract) foreach(array('public prepare():array', 'public cancel():array', 'private synchronized(callable $operation):mixed',) as $contract) foreach ( array('', '_en', '_es') as $language)

Definition at line 37 of file dbxUpdateFlow_contract_test.php.

References $fd, $module, $template, and update_flow_assert().

◆ update_flow_assert()

update_flow_assert ( bool $condition,
string $message )

Definition at line 5 of file dbxUpdateFlow_contract_test.php.

Referenced by foreach().

Variable Documentation

◆ $controller

$controller
Initial value:
= (string)file_get_contents(
$module . '/include/dbxUpdate.class.php'
)

Definition at line 13 of file dbxUpdateFlow_contract_test.php.

◆ $module

$module = dirname(__DIR__)

Definition at line 12 of file dbxUpdateFlow_contract_test.php.

◆ $service

$service
Initial value:
= (string)file_get_contents(
$module . '/include/dbxUpdateService.class.php'
)

Definition at line 16 of file dbxUpdateFlow_contract_test.php.