コード例 #1
0
 /**
  * Constructor.
  */
 public function __construct(Node $node)
 {
     parent::__construct($node->getChildren());
 }