MetaClassType Class Reference
[MetaConfiguration's base classes]

Inheritance diagram for MetaClassType:

Inheritance graph
[legend]

List of all members.

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


Detailed Description

Definition at line 16 of file MetaClassType.class.php.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:55 2007 for onPHP by  doxygen 1.5.4