| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class ShowStatusViewHelper extends \TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper |
||
| 20 | { |
||
| 21 | public function initializeArguments() |
||
| 22 | { |
||
| 23 | parent::initializeArguments(); |
||
| 24 | |||
| 25 | $this->registerArgument('status', 'string', 'The document state', true); |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Maps the internal states to more user friendly and localized state names. |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public function render() |
||
| 47 | ); |
||
| 48 | } |
||
| 50 |