Example #1
0
 public function __construct(array $position, NodeAbstract $value = null)
 {
     parent::__construct($position, null, $value);
 }