BAOBAB
CO_COBRA_Lang Class Reference
Collaboration diagram for CO_COBRA_Lang:

Static Public Attributes

static $cobra_error_name_invalid_chameleon = 'Invalid CHAMELEON Instance'
 
static $cobra_error_desc_invalid_chameleon = 'COBRA cannot be initialized with the given CHAMELEON instance.'
 
static $cobra_error_name_user_not_authorized = 'Current User Not Authorized'
 
static $cobra_error_desc_user_not_authorized_instance = 'The current user is not authorized to instantiate COBRA.'
 
static $cobra_error_desc_user_not_authorized = 'The current user is not authorized to create user objects.'
 
static $cobra_error_name_instance_failed_to_initialize = 'User Not Initialized'
 
static $cobra_error_desc_instance_failed_to_initialize = 'The user object failed to initialize properly.'
 
static $cobra_error_name_user_already_exists = 'User Already Exists'
 
static $cobra_error_desc_user_already_exists = 'The specified user already exists.'
 
static $cobra_error_name_login_unavailable = 'The Login Is Unavailable'
 
static $cobra_error_desc_login_unavailable = 'The reqested login is unavailable to this user.'
 
static $cobra_error_name_login_error = 'Login Error'
 
static $cobra_error_desc_login_error = 'There was an unspecified error with this login.'
 
static $cobra_error_name_token_instance_failed_to_initialize = 'Token Not Initialized'
 
static $cobra_error_desc_token_instance_failed_to_initialize = 'The security token object failed to initialize properly.'
 
static $cobra_error_name_token_id_not_set = 'Token ID Not Set'
 
static $cobra_error_desc_token_id_not_set = 'The security token object was not created, because the ID could not be set.'
 
static $cobra_error_name_password_too_short = 'Password Too Short'
 
static $cobra_error_desc_password_too_short = 'The password is too short.'
 

Detailed Description

Definition at line 31 of file en.php.

Member Data Documentation

◆ $cobra_error_desc_instance_failed_to_initialize

CO_COBRA_Lang::$cobra_error_desc_instance_failed_to_initialize = 'The user object failed to initialize properly.'
static

◆ $cobra_error_desc_invalid_chameleon

CO_COBRA_Lang::$cobra_error_desc_invalid_chameleon = 'COBRA cannot be initialized with the given CHAMELEON instance.'
static

Definition at line 33 of file en.php.

Referenced by CO_Cobra\make_cobra().

◆ $cobra_error_desc_login_error

CO_COBRA_Lang::$cobra_error_desc_login_error = 'There was an unspecified error with this login.'
static

Definition at line 44 of file en.php.

Referenced by CO_Cobra\_create_new_login().

◆ $cobra_error_desc_login_unavailable

CO_COBRA_Lang::$cobra_error_desc_login_unavailable = 'The reqested login is unavailable to this user.'
static

Definition at line 42 of file en.php.

Referenced by CO_Cobra\get_user_from_login().

◆ $cobra_error_desc_password_too_short

CO_COBRA_Lang::$cobra_error_desc_password_too_short = 'The password is too short.'
static

Definition at line 50 of file en.php.

Referenced by CO_Cobra\_create_new_login().

◆ $cobra_error_desc_token_id_not_set

CO_COBRA_Lang::$cobra_error_desc_token_id_not_set = 'The security token object was not created, because the ID could not be set.'
static

Definition at line 48 of file en.php.

Referenced by CO_Cobra\make_security_token().

◆ $cobra_error_desc_token_instance_failed_to_initialize

CO_COBRA_Lang::$cobra_error_desc_token_instance_failed_to_initialize = 'The security token object failed to initialize properly.'
static

Definition at line 46 of file en.php.

Referenced by CO_Cobra\_make_security_token(), and CO_Cobra\make_security_token().

◆ $cobra_error_desc_user_already_exists

CO_COBRA_Lang::$cobra_error_desc_user_already_exists = 'The specified user already exists.'
static

Definition at line 40 of file en.php.

Referenced by CO_Cobra\_create_new_login(), and CO_Cobra\get_user_from_login().

◆ $cobra_error_desc_user_not_authorized

CO_COBRA_Lang::$cobra_error_desc_user_not_authorized = 'The current user is not authorized to create user objects.'
static

◆ $cobra_error_desc_user_not_authorized_instance

CO_COBRA_Lang::$cobra_error_desc_user_not_authorized_instance = 'The current user is not authorized to instantiate COBRA.'
static

Definition at line 35 of file en.php.

Referenced by CO_Cobra\make_cobra().

◆ $cobra_error_name_instance_failed_to_initialize

CO_COBRA_Lang::$cobra_error_name_instance_failed_to_initialize = 'User Not Initialized'
static

◆ $cobra_error_name_invalid_chameleon

CO_COBRA_Lang::$cobra_error_name_invalid_chameleon = 'Invalid CHAMELEON Instance'
static

Definition at line 32 of file en.php.

Referenced by CO_Cobra\make_cobra().

◆ $cobra_error_name_login_error

CO_COBRA_Lang::$cobra_error_name_login_error = 'Login Error'
static

Definition at line 43 of file en.php.

Referenced by CO_Cobra\_create_new_login().

◆ $cobra_error_name_login_unavailable

CO_COBRA_Lang::$cobra_error_name_login_unavailable = 'The Login Is Unavailable'
static

Definition at line 41 of file en.php.

Referenced by CO_Cobra\get_user_from_login().

◆ $cobra_error_name_password_too_short

CO_COBRA_Lang::$cobra_error_name_password_too_short = 'Password Too Short'
static

Definition at line 49 of file en.php.

Referenced by CO_Cobra\_create_new_login().

◆ $cobra_error_name_token_id_not_set

CO_COBRA_Lang::$cobra_error_name_token_id_not_set = 'Token ID Not Set'
static

Definition at line 47 of file en.php.

Referenced by CO_Cobra\make_security_token().

◆ $cobra_error_name_token_instance_failed_to_initialize

CO_COBRA_Lang::$cobra_error_name_token_instance_failed_to_initialize = 'Token Not Initialized'
static

Definition at line 45 of file en.php.

Referenced by CO_Cobra\_make_security_token(), and CO_Cobra\make_security_token().

◆ $cobra_error_name_user_already_exists

CO_COBRA_Lang::$cobra_error_name_user_already_exists = 'User Already Exists'
static

Definition at line 39 of file en.php.

Referenced by CO_Cobra\_create_new_login(), and CO_Cobra\get_user_from_login().

◆ $cobra_error_name_user_not_authorized

CO_COBRA_Lang::$cobra_error_name_user_not_authorized = 'Current User Not Authorized'
static