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) | |
| $class = new ReflectionClass('dbx\\dbxKi\\dbxKiBundleService') |
Definition at line 5 of file dbxKiBundleService_cms_url_test.php.
| $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 |
Definition at line 18 of file dbxKiBundleService_cms_url_test.php.
| if ( $url !==$expected||strpos( $url, 'dbx_ajax') !==false) $footerMethod = $class->getMethod('buildImportFooterActions') |
Definition at line 17 of file dbxKiBundleService_cms_url_test.php.
| $service = $class->newInstanceWithoutConstructor() |
Definition at line 6 of file dbxKiBundleService_cms_url_test.php.
| $url = $urlMethod->invoke($service, 51, 'de') |
Definition at line 9 of file dbxKiBundleService_cms_url_test.php.
Referenced by dbxWebApp\action_policy_for_url(), dbxWebApp\action_scope_for_url(), action_url(), dbxWebApp\append_route_params(), dbx\dbxContent_admin\dbxContent_sections\content_row_action_data(), dbx\dbxContent_admin\dbxContent_sections\folder_row_action_data(), dbx\dbxAdmin\dbxAdminHelp\formUrl(), dbxTPL\get_design_tpl(), dbxReport\get_grid_action_url(), dbxReport\get_report_action_url(), dbx\dbxContent_admin\dbxContent_sections\media_next_record(), dbxWebApp\normalize_self_url(), dbxWebApp\parse_route_url(), dbx\dbxShop_admin\dbxShopAdmin\product_report_row_action_data(), dbxWebApp\route_param_prefix(), dbxUndefClass\run(), dbx\dbxContent_admin\dbxReport_ContentSections\run_body(), and dbx\dbxContent_admin\dbxContent_sections\template_row_action_data().
| $urlMethod = $class->getMethod('cmsAdminPageUrl') |
Definition at line 8 of file dbxKiBundleService_cms_url_test.php.
| 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.