has() protected méthode

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