コード例 #1
0
 protected function setTags(MessageCollection $collection)
 {
     foreach ($this->getTags() as $type => $tags) {
         $collection->setTags($type, $tags);
     }
 }