コード例 #1
0
 public function save(NotifyMessage $message)
 {
     if (!$this->handler) {
         return false;
     }
     $this->handler->setMessage($message);
     return $this->handler->save();
 }