1 | <?php |
||
12 | class TitleViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * Removed the underscore and |
||
17 | * uppercase the first character |
||
18 | * of a snake case string |
||
19 | * |
||
20 | * @param string $title |
||
21 | * |
||
22 | * @return string |
||
23 | */ |
||
24 | public function render($title) |
||
34 | } |
||
35 |