<?php method_exists(object|string $object_or_class, string $method): bool
<?php foreach ($attributes as $key => $value) { $set = 'set'.str_replace('_', '', ucwords($key, '_')); if (is_object($value) || !method_exists($this, $set)) { $this->attributes[$key] = $value; continue; }