PMA\libraries\ListDatabase::getDefault PHP Method

getDefault() public method

returns default item
public getDefault ( ) : string
return string default item
    public function getDefault()
    {
        if (strlen($GLOBALS['db']) > 0) {
            return $GLOBALS['db'];
        }
        return $this->getEmpty();
    }