__construct() public method

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