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

Go to the source code of this file.

Variables

 $class = new ReflectionClass('dbx\\dbxKi\\dbxKiBundleService')
 $service = $class->newInstanceWithoutConstructor()
 $urlMethod = $class->getMethod('cmsAdminPageUrl')
 $url = $urlMethod->invoke($service, 51, 'de')
 $expected = '?dbx_modul=dbxContent_admin&dbx_run1=cms&cid=51&dbx_lng=de'
if($url !==$expected||strpos($url, 'dbx_ajax') !==false) $footerMethod = $class->getMethod('buildImportFooterActions')
 $footer
 if (strpos( $footer, 'cid=51 &dbx_lng=de')===false||strpos( $footer, 'dbx_ajax') !==false)

Variable Documentation

◆ $class

$class = new ReflectionClass('dbx\\dbxKi\\dbxKiBundleService')

Definition at line 5 of file dbxKiBundleService_cms_url_test.php.

◆ $expected

$expected = '?dbx_modul=dbxContent_admin&dbx_run1=cms&cid=51&dbx_lng=de'

Definition at line 10 of file dbxKiBundleService_cms_url_test.php.

◆ $footer

$footer
Initial value:
= $footerMethod->invoke($service, array(
'lng' => 'de',
'step_results' => array(array('page_id' => 51, 'lng' => 'de')),
), false, '', '?dbx_modul=dbxKi&dbx_run1=bundle')
if($url !==$expected||strpos($url, 'dbx_ajax') !==false) $footerMethod

Definition at line 18 of file dbxKiBundleService_cms_url_test.php.

◆ $footerMethod

if ( $url !==$expected||strpos( $url, 'dbx_ajax') !==false) $footerMethod = $class->getMethod('buildImportFooterActions')

Definition at line 17 of file dbxKiBundleService_cms_url_test.php.

◆ $service

$service = $class->newInstanceWithoutConstructor()

Definition at line 6 of file dbxKiBundleService_cms_url_test.php.

◆ $url

◆ $urlMethod

$urlMethod = $class->getMethod('cmsAdminPageUrl')

Definition at line 8 of file dbxKiBundleService_cms_url_test.php.

◆ if

if(strpos($footer, 'cid=51 &dbx_lng=de')===false||strpos($footer, 'dbx_ajax') !==false) ( strpos( $footer, 'cid=51 &dbx_lng=de') = == false || strpos($footer, 'dbx_ajax') !== false)

Definition at line 23 of file dbxKiBundleService_cms_url_test.php.