$v) { if (in_array($k, $this->configNameList)) { if (!is_null($v)) { $this->$k = $v; } } } return $this; } }