예제 #1
0
 /**
  * Attach a plugin to every client created by the builder
  *
  * @param \Guzzle\Service\Builder\EventSubscriberInterface $plugin Plugin to attach to each client
  * @return self 
  * @static 
  */
 public static function addGlobalPlugin($plugin)
 {
     //Method inherited from \Guzzle\Service\Builder\ServiceBuilder
     return \Aws\Common\Aws::addGlobalPlugin($plugin);
 }