コード例 #1
0
ファイル: Group.php プロジェクト: ignaszak/cms
 /**
  *
  * @return string
  */
 public function getFormMessage() : string
 {
     if (@$this->form->getFormResponseData('form') === $this->formAction) {
         return $this->form->getFormMessage();
     }
     return "";
 }