Esempio n. 1
0
 /**
  * 将指定服务归类到一个组中
  * @param array|mixed $groups 组
  * @return $this
  */
 public function group($groups)
 {
     $this->container->group($this->concrete, $groups);
     return $this;
 }