예제 #1
0
파일: Result.php 프로젝트: phpixie/validate
 /**
  * @return Result
  */
 public function addEmptyValueError()
 {
     return $this->addError($this->errorBuilder->emptyValue());
 }