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