$this->allowEmpty, ]); } protected function access($key): IAccess { return $this->keyAccess[$key] ??= new ShadowAccess($this->formAccess($key), new KeyAccess($this->dest, $key, [ "allow_empty" => $this->allowEmpty, ])); } }