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