RCP_Levels::__construct PHP Method

__construct() public method

Get things started
Since: 1.5
public __construct ( )
    function __construct()
    {
        $this->db_name = rcp_get_levels_db_name();
        $this->meta_db_name = rcp_get_level_meta_db_name();
        $this->db_version = '1.6';
    }