element = new \PSC\Library\Calc\Option\Type\Hidden(); parent::__construct($node); } public function parse() { parent::parse(); if($this->node->children()) { $edgeCollectionContainerParser = new EdgeCollectionContainer($this->node); $this->element->setEdgesCollectionContainer($edgeCollectionContainerParser->parse()); } return $this->element; } }