public function registerAuthorizer($name, $authorizerClass) { $this->authorizers[$name] = $authorizerClass; return $this; }