コード例 #1
0
 public function addChannel(Channel $channel)
 {
     $this->channels[strtolower($channel->getName())] = $channel;
 }