示例#1
0
 /**
  * @param string $alias
  * @return bool
  */
 public function has($alias)
 {
     return $this->container->isRegistered($alias);
 }