/**
  * Constructor
  *
  * @param field_type bare_field_name
  */
 public function __construct($content, $title = false, $dsc = false)
 {
     parent::__construct();
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_view_Printerfriendly', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }