Example #1
0
 /**
  * Perform actual sending.
  *
  * @return bool
  * @noinspection
  */
 public function send()
 {
     /** @noinspection PhpUndefinedMethodInspection */
     $this->Gateway->validate($this);
     /** @noinspection PhpUndefinedMethodInspection */
     return $this->Gateway->send($this);
 }