1 | <?php |
||
24 | class Typo3VersionClassViewHelper extends AbstractRecordViewHelper |
||
25 | { |
||
26 | /** |
||
27 | * Uses GeneralUtility::compat_version to return a classname which can be used in backend views |
||
28 | * |
||
29 | * @todo: Remove condition, when TYPO3 6.2 is deprecated |
||
30 | * |
||
31 | * @return string |
||
32 | */ |
||
33 | public function render() |
||
43 | } |
||
44 |