/** * @see Form::readParameters() */ public function readParameters() { parent::readParameters(); // get contest if (!$this->contest->isJuryable()) { throw new PermissionDeniedException(); } }