Static Public Member Functions | |
static | getAnyId () |
must return any existent ID 1 should be ok for most enumerations | |
Public Attributes | |
const | CLASS_FINAL = 'final' |
const | CLASS_ABSTRACT = 'abstract' |
const | CLASS_SPOOKED = 'spooked' |
Protected Attributes | |
$names |
Definition at line 16 of file MetaClassType.class.php.
static MetaClassType::getAnyId | ( | ) | [static] |
must return any existent ID 1 should be ok for most enumerations
Reimplemented from Enumeration.
Definition at line 28 of file MetaClassType.class.php.
const MetaClassType::CLASS_FINAL = 'final' |
Definition at line 18 of file MetaClassType.class.php.
Referenced by DaoBuilder::build(), and MetaConfiguration::load().
const MetaClassType::CLASS_ABSTRACT = 'abstract' |
Definition at line 19 of file MetaClassType.class.php.
Referenced by DTOClassBuilder::build(), DaoBuilder::build(), BusinessClassBuilder::build(), MetaConfiguration::buildSchemaChanges(), MetaConfiguration::load(), and MetaClassProperty::toPrimitive().
const MetaClassType::CLASS_SPOOKED = 'spooked' |
Definition at line 20 of file MetaClassType.class.php.
MetaClassType::$names [protected] |
Initial value:
array( self::CLASS_FINAL => self::CLASS_FINAL, self::CLASS_ABSTRACT => self::CLASS_ABSTRACT, self::CLASS_SPOOKED => self::CLASS_SPOOKED )
Reimplemented from Enumeration.
Definition at line 22 of file MetaClassType.class.php.