Searched refs:ReflectionMethod (Results 1 – 1 of 1) sorted by relevance
64 use ReflectionMethod; alias177 $public_methods = $class->getMethods(ReflectionMethod::IS_PUBLIC);180 …->filter(static fn (ReflectionMethod $method): bool => !in_array($method->getName(), ['embedTags',…181 ->filter(static function (ReflectionMethod $method): bool {186 …->sort(static fn (ReflectionMethod $x, ReflectionMethod $y): int => $x->getName() <=> $y->getName(…187 ->map(function (ReflectionMethod $method): string {