| Total Complexity | 1 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class KitodoRoleViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * security |
||
| 21 | * |
||
| 22 | * @var \EWW\Dpf\Security\Security |
||
| 23 | * @inject |
||
| 24 | */ |
||
| 25 | protected $security = null; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Shows the frontend user name of the given frontenduser user id. |
||
| 29 | * |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public function render() |
||
| 37 |