| Total Complexity | 5 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class CreatorRoleViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * frontendUserRepository |
||
| 24 | * |
||
| 25 | * @var \EWW\Dpf\Domain\Repository\FrontendUserRepository |
||
| 26 | * @inject |
||
| 27 | */ |
||
| 28 | protected $frontendUserRepository = null; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * security |
||
| 32 | * |
||
| 33 | * @var \EWW\Dpf\Security\Security |
||
| 34 | * @inject |
||
| 35 | */ |
||
| 36 | protected $security = null; |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Shows the frontend user name of the given frontenduser user id. |
||
| 40 | * |
||
| 41 | * @param int $feUserId |
||
| 42 | * @return string |
||
| 43 | */ |
||
| 44 | public function render($feUserId) |
||
| 67 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.