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

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

Function Documentation

◆ dashboard_admin_warning_assert()

dashboard_admin_warning_assert ( bool $condition,
string $message )

Definition at line 29 of file dbxDashboard_default_admin_warning_test.php.

References if.

Variable Documentation

◆ $class

◆ $dashboard

$dashboard = $class->newInstanceWithoutConstructor()

Definition at line 58 of file dbxDashboard_default_admin_warning_test.php.

Referenced by dashboard_update_assert().

◆ $dbxRoot

$dbxRoot = dirname(__DIR__, 3)

Definition at line 6 of file dbxDashboard_default_admin_warning_test.php.

◆ $module

◆ $renderWarning

$renderWarning = $class->getMethod('default_admin_password_warning_html')

Definition at line 59 of file dbxDashboard_default_admin_warning_test.php.

◆ $source

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

Definition at line 19 of file dbxDashboard_default_admin_warning_test.php.

◆ $style

$style
Initial value:
= (string)file_get_contents(
$module . '/tpl/css/admin-dashboard.css'
)

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

$template
Initial value:
= (string)file_get_contents(
$module . '/tpl/htm/admin-dashboard.htm'
)

Definition at line 22 of file dbxDashboard_default_admin_warning_test.php.

◆ $warning

$warning
Initial value:
= $renderWarning->invoke(
27,
password_hash('123456', PASSWORD_DEFAULT)
)

Definition at line 60 of file dbxDashboard_default_admin_warning_test.php.

Referenced by dbxReport\buildReportFormMsgHtml().

◆ if

if(!defined('dbxSystem')) if(!defined('dbxRunAsAdmin')) ( ! defined 'dbxRunAsAdmin')

Definition at line 11 of file dbxDashboard_default_admin_warning_test.php.