| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class IsUrnViewHelper extends \TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper |
||
| 18 | { |
||
| 19 | public function initializeArguments() |
||
| 20 | { |
||
| 21 | parent::initializeArguments(); |
||
| 22 | |||
| 23 | $this->registerArgument('value', 'string', '', true); |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return string |
||
| 28 | */ |
||
| 29 | public function render() |
||
| 37 | } |
||
| 38 | |||
| 40 |