public function __construct($text = '')
 {
     parent::__construct('acronym', $text);
 }
 public function __construct($text = '')
 {
     parent::__construct('dfn', $text);
 }