예제 #1
0
파일: Group.php 프로젝트: ignaszak/cms
 /**
  *
  * @return string
  */
 public function getFormMessage() : string
 {
     if (@$this->form->getFormResponseData('form') === $this->formAction) {
         return $this->form->getFormMessage();
     }
     return "";
 }