public function __construct($text = '')
 {
     parent::__construct('acronym', $text);
 }
예제 #2
0
 public function __construct($text = '')
 {
     parent::__construct('dfn', $text);
 }