Ejemplo n.º 1
0
 /**
  * Check if the form context is valid
  * A form context will always be valid before being validate
  * @return bool
  */
 public function isValid()
 {
     return $this->chainValidation->isValid();
 }