has() 보호된 메소드

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