TYPO3 CMS  TYPO3_6-2
index.php
Go to the documentation of this file.
1 <?php
20 
31  public function processContent($value, $dir, $conf) {
32  $value = $this->pObj->substituteGlossaryWords_htmlcleaner_callback($value);
33  return $value;
34  }
35 
36 }
37 
38 /*
39  * @deprecated since 6.0, the classname SC_view_help and this file is obsolete
40  * and will be removed with 6.2. The class was renamed and is now located at:
41  * typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php
42  */
43 $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Cshmanual\\Controller\\HelpModuleController');
44 $SOBE->init();
45 $SOBE->main();
46 $SOBE->printContent();
$SOBE
Definition: index.php:43
processContent($value, $dir, $conf)
Definition: index.php:31