MetaMap::isEnabled PHP Méthode

isEnabled() protected méthode

Is Map enabled?
protected isEnabled ( ) : boolean
Résultat boolean
    protected function isEnabled()
    {
        return $this->m_dbObject->isEnabled();
    }