__construct() public méthode

public __construct ( $line, $compiler )
Exemple #1
0
 /**
  * Constructs the document element node
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTagName("Document");
 }