childIndex = $childIndex; } public function getChildIndex() { return $this->childIndex; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVariable($variable) { $this->variable = $variable; } public function getVariable() { return $this->variable; } }