Beispiel #1
0
 /**
  * @param string $text Text
  */
 public function __construct($text)
 {
     parent::__construct(null);
     $this->text = $text;
 }
Beispiel #2
0
 /**
  * {@inheritdoc}
  */
 public function __construct($tagName, array $attributes = array())
 {
     parent::__construct($tagName, $attributes);
     $this->elements = array();
 }