ReflectionDataProvider
interface ReflectionDataProvider (View source)
Methods
string[]
getReflectionClasses()
Get internal class names (excluding enums and interfaces).
string[]
getReflectionInterfaces()
Get internal interface names.
string[]
getReflectionEnums()
Get internal enum names (PHP 8.1+).
string[]
getReflectionFunctions()
Get internal function names.
array<string, mixed>
getReflectionConstants()
Get internal constants as name => value pairs.
Details
string[]
getReflectionClasses()
Get internal class names (excluding enums and interfaces).
string[]
getReflectionInterfaces()
Get internal interface names.
string[]
getReflectionEnums()
Get internal enum names (PHP 8.1+).
string[]
getReflectionFunctions()
Get internal function names.
array<string, mixed>
getReflectionConstants()
Get internal constants as name => value pairs.