Exemple #1
0
 /**
  * Check if the user has provided us with valid values for all form fields.
  *
  * @return  boolean
  */
 public function isValid()
 {
     return $this->messages->isEmpty();
 }