GetMethodIfExists
in package
FinalYes
Internal utility class - allows fetching a method from a given class, if it exists
Table of Contents
Methods
- get() : ReflectionMethod|null
- __construct() : mixed
Methods
get()
public
static get(ReflectionClass $class, string $method) : ReflectionMethod|null
Parameters
- $class : ReflectionClass
- $method : string
Return values
ReflectionMethod|null__construct()
private
__construct() : mixed