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

Go to the source code of this file.

Functions

if(!str_contains( $renderer, "get_system_var('dbx_permalink', '')")||!str_contains( $renderer, "'permalink' => dbx()->esc(")||!str_contains( $renderer, 'public renderNotFound():string')) if (!str_contains($contentModule, 'return $renderer->renderNotFound();')||str_contains($contentModule, 'show cid=($cid) nicht gefunden'))

Variables

 $moduleRoot = dirname(__DIR__)
 $renderer = (string)file_get_contents($moduleRoot . '/include/dbxContentRenderer.class.php')
 $contentModule = (string)file_get_contents($moduleRoot . '/include/dbxContent_content.class.php')
 foreach (array('', '_en', '_es') as $suffix)

Function Documentation

◆ if()

if(!str_contains($renderer, "get_system_var('dbx_permalink', '')")||!str_contains($renderer, "'permalink' => dbx()->esc(")||!str_contains($renderer, 'public renderNotFound():string')) if ( ! str_contains $contentModule, 'return $renderer->renderNotFound();')||str_contains( $contentModule, 'show cid=( $cid) nicht gefunden')

Definition at line 16 of file dbxContentMissingPermalink_test.php.

References $contentModule, and exit.

Variable Documentation

◆ $contentModule

$contentModule = (string)file_get_contents($moduleRoot . '/include/dbxContent_content.class.php')

Definition at line 7 of file dbxContentMissingPermalink_test.php.

Referenced by if().

◆ $moduleRoot

$moduleRoot = dirname(__DIR__)

Definition at line 5 of file dbxContentMissingPermalink_test.php.

◆ $renderer

$renderer = (string)file_get_contents($moduleRoot . '/include/dbxContentRenderer.class.php')

Definition at line 6 of file dbxContentMissingPermalink_test.php.

◆ foreach

foreach(array('', '_en', '_es') as $suffix) ( array('', '_en', '_es') as $suffix)

Definition at line 22 of file dbxContentMissingPermalink_test.php.