Esempio n. 1
0
 /**
  * @param $tag string tagname
  */
 function __construct($tag)
 {
     parent::__construct();
     $this->tag = $tag;
 }
Esempio n. 2
0
 function __construct($parser, $line)
 {
     parent::__construct();
     $this->insert(new NyaaWikiSingleTag('hr'));
 }