has() protected method

Returns true if the service id is defined.
protected has ( string $id ) : boolean
$id string The service id
return boolean true if the service id is defined, false otherwise
Example #1
0
 public function has($id)
 {
     return parent::has($id);
 }