Coduo\TuTu\ServiceContainer::hasService PHP Method

hasService() public method

public hasService ( $id ) : boolean
$id
return boolean
    public function hasService($id)
    {
        return array_key_exists($id, $this->serviceDefinitions);
    }