Elgg
Version 6.1
|
Identify a static/dynamic method callable, even if contains an object to which you don't have a reference. More...
Public Member Functions | |
__construct ($type, $method) | |
Constructor. More... | |
matches ($subject) | |
Does the given callable match the specification? More... | |
Identify a static/dynamic method callable, even if contains an object to which you don't have a reference.
Definition at line 11 of file MethodMatcher.php.
Elgg\EventsService\MethodMatcher::__construct | ( | $type, | |
$method | |||
) |
Constructor.
string | $type | Class to match |
string | $method | Method name to match |
Definition at line 29 of file MethodMatcher.php.
Elgg\EventsService\MethodMatcher::matches | ( | $subject | ) |
Does the given callable match the specification?
callable | $subject | Callable to test |
Definition at line 40 of file MethodMatcher.php.