/opt/cpanel/ea-wappspector/vendor/rector/rector/src/NodeCollector/ValueObject
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/NodeCollector/ValueObject/ArrayCallable.php (897B)
callerExpr = $callerExpr;
$this->class = $class;
$this->method = $method;
RectorAssert::className($class);
}
public function getClass() : string
{
return $this->class;
}
public function getMethod() : string
{
return $this->method;
}
public function getCallerExpr() : Expr
{
return $this->callerExpr;
}
}