<?php get_class_methods(object|string $object_or_class): array
<?php private function hasHigherOrderCallable(): bool { return in_array($this->name, get_class_methods(HigherOrderCallables::class), true); } private function getUndefinedMethodMessage(object $target, string $methodName): string