151 if (!$this->errors->isEmpty())
157 $checkResult =
new Result();
159 static::callList(
$checkers, array($checkResult, $this->request));
160 $this->errors->add($checkResult->getErrors());
161 if (!$this->errors->isEmpty())
167 $this->action->run($this->request, $this->response);
171 static::callList($modifiers, array($this->response, $this->request));