RCP_Levels::__construct PHP Méthode

__construct() public méthode

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';
    }