Example #1
0
 /**
  * Set the services to use
  *
  * @param array $services
  * @return void
  */
 public static function setServices($services = array())
 {
     self::$services = $services;
 }