30 $this->type = strtolower(ltrim($type,
'\\'));
31 $this->method = strtolower($method);
55 if (strtolower(
$subject[1]) !== $this->method) {
67 return (strtolower(ltrim(
$subject[0],
'\\')) === $this->type);
__construct($type, $method)
Constructor.
Identify a static/dynamic method callable, even if contains an object to which you don't have a refer...
matches($subject)
Does the given callable match the specification?