TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Reflection_ClassSchema Class Reference
Inheritance diagram for Tx_Extbase_Reflection_ClassSchema:
TYPO3\CMS\Extbase\Reflection\ClassSchema

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Reflection\ClassSchema
 __construct ($className)
 
 getClassName ()
 
 addProperty ($name, $type, $lazy=FALSE, $cascade='')
 
 getProperty ($propertyName)
 
 getProperties ()
 
 setModelType ($modelType)
 
 getModelType ()
 
 setAggregateRoot ($isRoot)
 
 isAggregateRoot ()
 
 hasProperty ($propertyName)
 
 setUuidPropertyName ($propertyName)
 
 getUuidPropertyName ()
 
 markAsIdentityProperty ($propertyName)
 
 getIdentityProperties ()
 
- Public Attributes inherited from TYPO3\CMS\Extbase\Reflection\ClassSchema
const MODELTYPE_ENTITY = 1
 
const MODELTYPE_VALUEOBJECT = 2
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Reflection\ClassSchema
 $className
 
 $modelType = self::MODELTYPE_ENTITY
 
 $aggregateRoot = FALSE
 
 $uuidPropertyName
 
 $properties = array()
 
 $identityProperties = array()
 
 $typeHandlingService
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2712 of file LegacyClassesForIde.php.