37 $this->context = $context;
38 $this->hookName = $hookName;
39 $this->params = $params;
49 case "hookName":
return $this->hookName;
break;
50 case "params":
return $this->params;
break;
52 throw new \Exception(
"Cannot access attribute {$key}");