return $this;
} /**
* @param string|array $allowedTypes
*
* @return $this
*/
public function addAllowedTypes(string
$option,
$allowedTypes):
static { try { parent::
addAllowedTypes($option,
$allowedTypes);
} catch (UndefinedOptionsException
) { $this->undefined
[$option] = true;
} return $this;
} public function resolve(array
$options =
[]): array
{ throw new AccessException('Resolve options is not supported.'
);
}