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

Go to the source code of this file.

Variables

 $base = dirname(__DIR__, 4)
 $failures = array()
 $assert
 $cmsJs = (string)file_get_contents($base . '/dbx/js/lib/cms.js')
foreach(array('bootstrapRowColumns', 'setBootstrapColumnLayout', 'addBootstrapColumn', 'dissolveBootstrapColumns',) as $function) $keys
 $messagesByLanguage = array()
foreach(array( 'de'=> '', 'en'=> '_en', 'es'=> '_es') as $language=> $suffix) foreach(array('dbxapp', 'dbxdocs', 'flowers', 'steal') as $design) $homepageTool
 if ( $failures !==array())

Variable Documentation

◆ $assert

$assert
Initial value:
= static function (bool $condition, string $message) use (&$failures): void {
if (!$condition) $failures[] = $message;
}

Definition at line 6 of file dbxContent_cms_columns_test.php.

◆ $base

$base = dirname(__DIR__, 4)

Definition at line 4 of file dbxContent_cms_columns_test.php.

◆ $cmsJs

$cmsJs = (string)file_get_contents($base . '/dbx/js/lib/cms.js')

Definition at line 10 of file dbxContent_cms_columns_test.php.

◆ $failures

$failures = array()

Definition at line 5 of file dbxContent_cms_columns_test.php.

◆ $homepageTool

foreach(array('de'=> '', 'en'=> '_en', 'es'=> '_es') as $language=> $suffix) foreach (array( 'dbxapp', 'dbxdocs', 'flowers', 'steal') as $design) $homepageTool
Initial value:
= (string)file_get_contents(
$base . '/dbx/modules/dbxContent_admin/tools/update_homepage_20260728.php'
)

Definition at line 68 of file dbxContent_cms_columns_test.php.

◆ $keys

foreach (array( 'bootstrapRowColumns', 'setBootstrapColumnLayout', 'addBootstrapColumn', 'dissolveBootstrapColumns',) as $function) $keys
Initial value:
= array(
'editor_columns_two',
'editor_columns_three',
'editor_columns_first',
'editor_columns_second',
'editor_columns_third',
'editor_columns_new',
'editor_columns_stacked',
'editor_columns_responsive',
'editor_column_add',
'editor_columns_dissolve',
'editor_context_menu',
'editor_context_undo',
'editor_context_redo',
'editor_context_select_all',
'editor_context_block_up',
'editor_context_block_down',
'editor_context_module',
'editor_context_video',
'editor_context_copy',
'editor_context_cut',
'editor_context_paste',
'editor_context_delete',
)

Definition at line 23 of file dbxContent_cms_columns_test.php.

Referenced by dbx\dbxShop\dbxShopRepository\orderChannelKeys(), dbx\dbxKi\dbxKiWritingStyles\parseFormRows(), and dbxDD\sort_schema_record().

◆ $messagesByLanguage

$messagesByLanguage = array()

Definition at line 47 of file dbxContent_cms_columns_test.php.

◆ if

if($failures !==array()) ( $failures ! = = array())

Definition at line 76 of file dbxContent_cms_columns_test.php.