Beispiel #1
0
 /**
  * When this rule is set we setup the *_confirmation pair as well.
  *
  * @return Input
  */
 public function ruleConfirmed()
 {
     $confirmed = $this->validator->add($this->getValue() . '_confirmation')->hidden();
     return parent::ruleConfirmed();
 }