Exemplo n.º 1
0
 /**
  * Sets the Services.
  *
  * @param ServicesInterface $services The Collection of services
  */
 public function setServices(ServicesInterface $services)
 {
     Provider::setServices($services);
 }