pkeys = $pkeys; } function resolve(IConfigManager $cm, string $base_pkey, string $profile) { $values = []; foreach ($this->pkeys as $pkey) { $this->pkey = $pkey; $values[] = parent::resolve($cm, $base_pkey, $profile); } return $values; } }