Habari\Version::get_dbversion PHP Method

get_dbversion() public static method

Get the database version
public static get_dbversion ( ) : integer
return integer The revision in which the most recent database change took place
    public static function get_dbversion()
    {
        return Version::DB_VERSION;
    }