Redaxscript\Controller\Install::_refresh PHP Метод

_refresh() защищенный Метод

refresh the connection
С версии: 3.0.0
protected _refresh ( ) : array
Результат array
    protected function _refresh()
    {
        Db::init();
        Db::resetDb();
    }