Cómo verificar si el método no está en clase en PHP

method_exists(object|string $object_or_class, string $method): bool
Mohamad