Public Member Functions | |
| topicSlug (string $topic) | |
| permalinkForTopic (string $topic) | |
| legacyPermalinksForTopic (string $topic) | |
| resolveCidByPermalink (string $permalink, string $lng='') | |
| renderTopic (string $topic) | |
| renderFormHelp (string $modul, string $form, string $title='') | |
| run () | |
Public Attributes | |
| const | HELP_ROOT = 'outside/help' |
Definition at line 7 of file dbxContentContextHelp.class.php.
| dbx\dbxContent\dbxContentContextHelp::legacyPermalinksForTopic | ( | string | $topic | ) |
Definition at line 32 of file dbxContentContextHelp.class.php.
References topicSlug().
| dbx\dbxContent\dbxContentContextHelp::permalinkForTopic | ( | string | $topic | ) |
Definition at line 19 of file dbxContentContextHelp.class.php.
References $help, and dbx\dbxContent\dbxContent_permalink\isValid().
Referenced by renderTopic().
| dbx\dbxContent\dbxContentContextHelp::renderFormHelp | ( | string | $modul, |
| string | $form, | ||
| string | $title = '' ) |
Definition at line 115 of file dbxContentContextHelp.class.php.
References $form.
| dbx\dbxContent\dbxContentContextHelp::renderTopic | ( | string | $topic | ) |
Definition at line 82 of file dbxContentContextHelp.class.php.
References permalinkForTopic().
| dbx\dbxContent\dbxContentContextHelp::resolveCidByPermalink | ( | string | $permalink, |
| string | $lng = '' ) |
Definition at line 43 of file dbxContentContextHelp.class.php.
References $lng, and dbx\dbxContent\dbxContent_permalink\isValid().
| dbx\dbxContent\dbxContentContextHelp::run | ( | ) |
Definition at line 154 of file dbxContentContextHelp.class.php.
| dbx\dbxContent\dbxContentContextHelp::topicSlug | ( | string | $topic | ) |
Definition at line 11 of file dbxContentContextHelp.class.php.
Referenced by legacyPermalinksForTopic().
| const dbx\dbxContent\dbxContentContextHelp::HELP_ROOT = 'outside/help' |
Definition at line 9 of file dbxContentContextHelp.class.php.