Exemple #1
0
 public function __construct($text, Node $parent = null)
 {
     parent::__construct($parent);
     $this->_text = $text;
 }