rootNode = $root; $this->variableNames = $variableNames; } /** * @return AFPTreeNode|null */ public function getRoot() { return $this->rootNode; } /** * @return string[] */ public function getVariableNames() { return $this->variableNames; } }