Go to the source code of this file.
Functions | |
| dashboard_admin_warning_assert (bool $condition, string $message) | |
Variables | |
| $module = dirname(__DIR__) | |
| $dbxRoot = dirname(__DIR__, 3) | |
| if(!defined( 'dbxSystem')) | if (!defined( 'dbxRunAsAdmin')) |
| $source | |
| $template | |
| $style | |
| $class = new ReflectionClass('dbx\\dbxAdmin\\dbxDashboard') | |
| $dashboard = $class->newInstanceWithoutConstructor() | |
| $renderWarning = $class->getMethod('default_admin_password_warning_html') | |
| $warning | |
| dashboard_admin_warning_assert | ( | bool | $condition, |
| string | $message ) |
Definition at line 29 of file dbxDashboard_default_admin_warning_test.php.
References if.
| $class = new ReflectionClass('dbx\\dbxAdmin\\dbxDashboard') |
Definition at line 57 of file dbxDashboard_default_admin_warning_test.php.
Referenced by dbxForm\add_fld(), dbxReport\add_grid_stats(), dbxReport\get_class_tr(), dbxApi\get_include_obj(), dbxApi\get_modul_obj(), dbxApi\get_system_obj(), dbxMissingLogTestApi\get_system_obj(), dbxSessionEphemeralGuestTestApi\get_system_obj(), dbxReport\render_table_header_data_columns(), dbxReport\render_table_header_select(), dbxReport\render_table_row_data_columns(), dbxReport\render_table_row_select(), dbxUndefClass\run(), dbxUndefModul\run(), dbxReport\set_class_haeder(), and dbxApi\use_system_class().
| $dashboard = $class->newInstanceWithoutConstructor() |
Definition at line 58 of file dbxDashboard_default_admin_warning_test.php.
Referenced by dashboard_update_assert().
| $dbxRoot = dirname(__DIR__, 3) |
Definition at line 6 of file dbxDashboard_default_admin_warning_test.php.
| $module = dirname(__DIR__) |
Definition at line 5 of file dbxDashboard_default_admin_warning_test.php.
Referenced by dbx\dbxSetup\dbxInstallationService\discoverDDs(), foreach(), dbxDesignServiceTestApi\get_config(), dbxMailDeliveryTestKernel\get_config(), dbx\dbxAdmin\report_modules(), dbxInterpreter\run_selected_modules(), dbxDesignServiceTestApi\set_config(), InstallationDdStub\sync_dd_to_db(), and MigrationDdStub\sync_dd_to_db().
| $renderWarning = $class->getMethod('default_admin_password_warning_html') |
Definition at line 59 of file dbxDashboard_default_admin_warning_test.php.
| $source |
Definition at line 19 of file dbxDashboard_default_admin_warning_test.php.
| $style |
Definition at line 25 of file dbxDashboard_default_admin_warning_test.php.
Referenced by dbxReport\render_table_header_data_columns(), and dbxReport\set_style_haeder().
| $template |
Definition at line 22 of file dbxDashboard_default_admin_warning_test.php.
| $warning |
Definition at line 60 of file dbxDashboard_default_admin_warning_test.php.
Referenced by dbxReport\buildReportFormMsgHtml().
| if(!defined('dbxSystem')) if(!defined('dbxRunAsAdmin')) | ( | ! | defined 'dbxRunAsAdmin' | ) |
Definition at line 11 of file dbxDashboard_default_admin_warning_test.php.