Example #1
0
 /**
  * @param string $id
  *
  * @return bool
  */
 public function has($id)
 {
     return $this->registry->hasDefinition($id);
 }