list = $list; $this->eachFuncCall = $eachFuncCall; } public function getList() : List_ { return $this->list; } public function getEachFuncCall() : FuncCall { return $this->eachFuncCall; } }