|
Elgg
Version 2.3
|
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.
@access private
Definition at line 10 of file MethodMatcher.php.
| Elgg\MethodMatcher::__construct | ( | $type, | |
| $method | |||
| ) |
Constructor.
| string | $type | Class to match |
| string | $method | Method name to match |
Definition at line 28 of file MethodMatcher.php.
| Elgg\MethodMatcher::matches | ( | $subject | ) |
Does the given callable match the specification?
| callable | $subject | Callable to test |
Definition at line 39 of file MethodMatcher.php.