@@ -22,6 +22,10 @@ |
||
22 | 22 | /** @var ElementInterface */ |
23 | 23 | protected $parent; |
24 | 24 | |
25 | + /** |
|
26 | + * @param string $type |
|
27 | + * @param string $text |
|
28 | + */ |
|
25 | 29 | public function __construct($type = null, $text = null, array $attributes = array(), array $children = array()) |
26 | 30 | { |
27 | 31 | $this->setType($type); |