BAOBAB
CO_Lang Class Reference
Collaboration diagram for CO_Lang:

Static Public Attributes

static $pdo_error_name_failed_to_open_data_db = 'Failed to open the data storage database.'
 
static $pdo_error_desc_failed_to_open_data_db = 'There was an error while trying to access the main data storage database.'
 
static $pdo_error_name_failed_to_open_security_db = 'Failed to open the security database.'
 
static $pdo_error_desc_failed_to_open_security_db = 'There was an error while trying to access the security database.'
 
static $pdo_error_name_invalid_login = 'Invalid Login.'
 
static $pdo_error_desc_invalid_login = 'The login or password provided was not valid.'
 
static $pdo_error_name_illegal_write_attempt = 'Illegal Database Write Attempt.'
 
static $pdo_error_desc_illegal_write_attempt = 'There was an attempt to write to a record for which the user does not have write permission.'
 
static $pdo_error_name_illegal_delete_attempt = 'Illegal Database delete Attempt.'
 
static $pdo_error_desc_illegal_delete_attempt = 'There was an attempt to delete a record for which the user does not have write permission.'
 
static $pdo_error_name_failed_delete_attempt = 'Failed Database delete Attempt.'
 
static $pdo_error_desc_failed_delete_attempt = 'There was a failure during an attempt to delete a record.'
 
static $db_error_name_class_file_not_found = 'Class file was not found.'
 
static $db_error_desc_class_file_not_found = 'The file for the class being instantiated was not found.'
 
static $db_error_name_class_not_created = 'Class was not created.'
 
static $db_error_desc_class_not_created = 'The attempt to instantiate the class failed.'
 
static $db_error_name_user_not_authorized = 'User Not Authorized'
 
static $db_error_desc_user_not_authorized = 'The user is not authorized to perform the requested operation.'
 
static $access_error_name_user_not_authorized = 'User Not Authorized'
 
static $access_error_desc_user_not_authorized = 'The user is not authorized to perform the requested operation.'
 
static $access_error_name_class_file_not_found = 'Class file was not found.'
 
static $access_error_desc_class_file_not_found = 'The file for the class being instantiated was not found.'
 
static $access_error_name_class_not_created = 'Class was not created.'
 
static $access_error_desc_class_not_created = 'The attempt to instantiate the class failed.'
 
static $login_error_name_api_key_invalid = 'API Key Invalid'
 
static $login_error_desc_api_key_invalid = 'The API key is either invalid, or has expired. You need to log in again, and acquire a new API key.'
 
static $login_error_name_api_key_mismatch = 'API Key Mismatch'
 
static $login_error_desc_api_key_mismatch = 'The API key does not match the API key for this instance.'
 
static $login_error_name_attempt_to_delete_god = 'Attempt To Delete \'God\' Login'
 
static $login_error_desc_attempt_to_delete_god = 'You cannot delete the \'God\' login!'
 

Detailed Description

Definition at line 31 of file en.php.

Member Data Documentation

◆ $access_error_desc_class_file_not_found

CO_Lang::$access_error_desc_class_file_not_found = 'The file for the class being instantiated was not found.'
static

Definition at line 61 of file en.php.

Referenced by CO_Access\make_new_blank_record().

◆ $access_error_desc_class_not_created

CO_Lang::$access_error_desc_class_not_created = 'The attempt to instantiate the class failed.'
static

Definition at line 63 of file en.php.

Referenced by CO_Access\make_new_blank_record().

◆ $access_error_desc_user_not_authorized

CO_Lang::$access_error_desc_user_not_authorized = 'The user is not authorized to perform the requested operation.'
static

Definition at line 59 of file en.php.

Referenced by CO_Access\make_new_blank_record().

◆ $access_error_name_class_file_not_found

CO_Lang::$access_error_name_class_file_not_found = 'Class file was not found.'
static

Definition at line 60 of file en.php.

Referenced by CO_Access\make_new_blank_record().

◆ $access_error_name_class_not_created

CO_Lang::$access_error_name_class_not_created = 'Class was not created.'
static

Definition at line 62 of file en.php.

Referenced by CO_Access\make_new_blank_record().

◆ $access_error_name_user_not_authorized

CO_Lang::$access_error_name_user_not_authorized = 'User Not Authorized'
static

Definition at line 58 of file en.php.

Referenced by CO_Access\make_new_blank_record().

◆ $db_error_desc_class_file_not_found

CO_Lang::$db_error_desc_class_file_not_found = 'The file for the class being instantiated was not found.'
static

Definition at line 51 of file en.php.

Referenced by A_CO_DB\_instantiate_record().

◆ $db_error_desc_class_not_created

CO_Lang::$db_error_desc_class_not_created = 'The attempt to instantiate the class failed.'
static

Definition at line 53 of file en.php.

Referenced by A_CO_DB\_instantiate_record().

◆ $db_error_desc_user_not_authorized

CO_Lang::$db_error_desc_user_not_authorized = 'The user is not authorized to perform the requested operation.'
static

◆ $db_error_name_class_file_not_found

CO_Lang::$db_error_name_class_file_not_found = 'Class file was not found.'
static

Definition at line 50 of file en.php.

Referenced by A_CO_DB\_instantiate_record().

◆ $db_error_name_class_not_created

CO_Lang::$db_error_name_class_not_created = 'Class was not created.'
static

Definition at line 52 of file en.php.

Referenced by A_CO_DB\_instantiate_record().

◆ $db_error_name_user_not_authorized

CO_Lang::$db_error_name_user_not_authorized = 'User Not Authorized'
static

◆ $login_error_desc_api_key_invalid

CO_Lang::$login_error_desc_api_key_invalid = 'The API key is either invalid, or has expired. You need to log in again, and acquire a new API key.'
static

Definition at line 66 of file en.php.

Referenced by CO_Security_Login\get_api_key().

◆ $login_error_desc_api_key_mismatch

CO_Lang::$login_error_desc_api_key_mismatch = 'The API key does not match the API key for this instance.'
static

Definition at line 68 of file en.php.

Referenced by CO_Security_Login\is_api_key_valid().

◆ $login_error_desc_attempt_to_delete_god

CO_Lang::$login_error_desc_attempt_to_delete_god = 'You cannot delete the \'God\' login!'
static

Definition at line 71 of file en.php.

Referenced by CO_Security_Login\delete_from_db().

◆ $login_error_name_api_key_invalid

CO_Lang::$login_error_name_api_key_invalid = 'API Key Invalid'
static

Definition at line 65 of file en.php.

Referenced by CO_Security_Login\get_api_key().

◆ $login_error_name_api_key_mismatch

CO_Lang::$login_error_name_api_key_mismatch = 'API Key Mismatch'
static

Definition at line 67 of file en.php.

Referenced by CO_Security_Login\is_api_key_valid().

◆ $login_error_name_attempt_to_delete_god

CO_Lang::$login_error_name_attempt_to_delete_god = 'Attempt To Delete \'God\' Login'
static

Definition at line 70 of file en.php.

Referenced by CO_Security_Login\delete_from_db().

◆ $pdo_error_desc_failed_delete_attempt

CO_Lang::$pdo_error_desc_failed_delete_attempt = 'There was a failure during an attempt to delete a record.'
static

Definition at line 48 of file en.php.

Referenced by A_CO_DB\delete_record().

◆ $pdo_error_desc_failed_to_open_data_db

CO_Lang::$pdo_error_desc_failed_to_open_data_db = 'There was an error while trying to access the main data storage database.'
static

Definition at line 33 of file en.php.

Referenced by CO_Access\__construct().

◆ $pdo_error_desc_failed_to_open_security_db

CO_Lang::$pdo_error_desc_failed_to_open_security_db = 'There was an error while trying to access the security database.'
static

Definition at line 36 of file en.php.

Referenced by CO_Access\__construct(), and A_CO_DB\_execute_query().

◆ $pdo_error_desc_illegal_delete_attempt

CO_Lang::$pdo_error_desc_illegal_delete_attempt = 'There was an attempt to delete a record for which the user does not have write permission.'
static

Definition at line 45 of file en.php.

Referenced by A_CO_DB\delete_record().

◆ $pdo_error_desc_illegal_write_attempt

CO_Lang::$pdo_error_desc_illegal_write_attempt = 'There was an attempt to write to a record for which the user does not have write permission.'
static

Definition at line 42 of file en.php.

Referenced by A_CO_DB\write_record().

◆ $pdo_error_desc_invalid_login

CO_Lang::$pdo_error_desc_invalid_login = 'The login or password provided was not valid.'
static

Definition at line 39 of file en.php.

Referenced by CO_Access\__construct().

◆ $pdo_error_name_failed_delete_attempt

CO_Lang::$pdo_error_name_failed_delete_attempt = 'Failed Database delete Attempt.'
static

Definition at line 47 of file en.php.

Referenced by A_CO_DB\delete_record().

◆ $pdo_error_name_failed_to_open_data_db

CO_Lang::$pdo_error_name_failed_to_open_data_db = 'Failed to open the data storage database.'
static

Definition at line 32 of file en.php.

Referenced by CO_Access\__construct().

◆ $pdo_error_name_failed_to_open_security_db

CO_Lang::$pdo_error_name_failed_to_open_security_db = 'Failed to open the security database.'
static

Definition at line 35 of file en.php.

Referenced by CO_Access\__construct(), and A_CO_DB\_execute_query().

◆ $pdo_error_name_illegal_delete_attempt

CO_Lang::$pdo_error_name_illegal_delete_attempt = 'Illegal Database delete Attempt.'
static

Definition at line 44 of file en.php.

Referenced by A_CO_DB\delete_record().

◆ $pdo_error_name_illegal_write_attempt

CO_Lang::$pdo_error_name_illegal_write_attempt = 'Illegal Database Write Attempt.'
static

Definition at line 41 of file en.php.

Referenced by A_CO_DB\write_record().

◆ $pdo_error_name_invalid_login

CO_Lang::$pdo_error_name_invalid_login = 'Invalid Login.'
static

Definition at line 38 of file en.php.

Referenced by CO_Access\__construct().