Example #1
0
 /**
  *
  * @return string
  */
 public function getFormMessage() : string
 {
     if (@$this->form->getFormResponseData('form') === $this->formAction) {
         return $this->form->getFormMessage();
     }
     return "";
 }