Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeCLASS Class Reference
+ Collaboration diagram for ErrorCodeCLASS:

Data Fields

const CLASS0001 = 'Class name "%s" is not a valid name for PHP class'
 
const CLASS0002 = 'Error in class file "%s" in family "%s" : %s'
 
const CLASS0003 = 'No php class file found for "%s" class in family "%s"'
 
const CLASS0004 = 'Cannot create object "%s" ("%s") class in family "%s" : %s'
 
const CLASS0005 = 'Class "%s" ("%s") is not instanciable class in family "%s"'
 
const CLASS0006 = 'Class "%s" ("%s") must be a subclass of "%s" in family "%s"'
 
const CLASS0007 = 'Class "%s" ("%s") has family parent without name in family "%s"'
 

Detailed Description

Definition at line 12 of file ErrorCodeCLASS.php.

Field Documentation

const CLASS0001 = 'Class name "%s" is not a valid name for PHP class'
Error code:
syntax error in className

Definition at line 17 of file ErrorCodeCLASS.php.

const CLASS0002 = 'Error in class file "%s" in family "%s" : %s'
Error code:
syntax error in class file.

Definition at line 21 of file ErrorCodeCLASS.php.

const CLASS0003 = 'No php class file found for "%s" class in family "%s"'
Error code:
class file must be detected by autoloader

Definition at line 25 of file ErrorCodeCLASS.php.

const CLASS0004 = 'Cannot create object "%s" ("%s") class in family "%s" : %s'
Error code:
class name object contruct failed

Definition at line 29 of file ErrorCodeCLASS.php.

const CLASS0005 = 'Class "%s" ("%s") is not instanciable class in family "%s"'
Error code:
class name must not be abstract, interface

Definition at line 33 of file ErrorCodeCLASS.php.

const CLASS0006 = 'Class "%s" ("%s") must be a subclass of "%s" in family "%s"'
Error code:
in case of inherits - family class must inheriit from generacted class

Definition at line 37 of file ErrorCodeCLASS.php.

const CLASS0007 = 'Class "%s" ("%s") has family parent without name in family "%s"'
Error code:
in case of inherits - family parent must have name

Definition at line 41 of file ErrorCodeCLASS.php.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen