コード例 #1
0
 public function createTransport(Transport $transport)
 {
     global $container;
     return $container[$transport->getServiceName()];
 }