<?php method_exists(object|string $object_or_class, string $method): bool
<?php foreach ($options as $name => $value) { $method = 'set' . $name; if (! method_exists($this, $method)) { throw UnknownColumnOption::new($name); }