/**
  * Get the additional value
  *
  * @return string The value of the additional
  */
 public function getAdditionalValue()
 {
     return htmlspecialchars($this->model->getAdditionalValue(\TYPO3\CMS\Form\Utility\FormUtility::getInstance()->getLastPartOfClassName($this, TRUE)));
 }