Example #1
0
 public function __construct($name, $text, $file, $line)
 {
     parent::__construct($name);
     $this->text = $text;
     $this->file = $file;
     $this->line = $line;
 }
Example #2
0
 public function __construct($name)
 {
     parent::__construct($name);
     $this->children = array();
 }