Наследование: extends AdminPageFramework_FieldType
 /**
  * Returns the output of the field type.
  * 
  * @since 2.1.5
  */
 public function _replyToGetField($aField)
 {
     return parent::_replyToGetField($aField);
 }