コード例 #1
0
 public function setChannel($channel)
 {
     $this->notifier = $this->notifierFactory->create($channel);
     return $this;
 }