示例#1
0
 /**
  * Enables the facades for the clients defined in the service builder
  *
  * @param string|null $namespace The namespace that the facades should be mounted to. Defaults to global namespace
  * @return \Aws\Common\Aws 
  * @static 
  */
 public static function enableFacades($namespace = null)
 {
     return \Aws\Common\Aws::enableFacades($namespace);
 }