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