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