function initMissingFields(&$missingFieldsMap) { forEach($missingFieldsMap as $fieldName => $columnName) $this->$fieldName = null; }