DBDiff\DB\DBManager::getDB PHP Method

getDB() public method

public getDB ( $res )
    public function getDB($res)
    {
        return $this->capsule->getConnection($res);
    }