예제 #1
0
파일: FormContext.php 프로젝트: gsouf/uform
 /**
  * Get all the messages generated during the validation
  * @return \UForm\Validation\Message\Group
  */
 public function getMessages()
 {
     return $this->chainValidation->getMessages();
 }