TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Reflection_ObjectAccess Class Reference
Inheritance diagram for Tx_Extbase_Reflection_ObjectAccess:
TYPO3\CMS\Extbase\Reflection\ObjectAccess

Additional Inherited Members

- Static Public Member Functions inherited from TYPO3\CMS\Extbase\Reflection\ObjectAccess
static getProperty ($subject, $propertyName, $forceDirectAccess=FALSE)
 
static getPropertyInternal ($subject, $propertyName, $forceDirectAccess, &$propertyExists)
 
static getPropertyPath ($subject, $propertyPath)
 
static setProperty (&$subject, $propertyName, $propertyValue, $forceDirectAccess=FALSE)
 
static getGettablePropertyNames ($object)
 
static getSettablePropertyNames ($object)
 
static isPropertySettable ($object, $propertyName)
 
static isPropertyGettable ($object, $propertyName)
 
static getGettableProperties ($object)
 
static buildSetterMethodName ($propertyName)
 
- Public Attributes inherited from TYPO3\CMS\Extbase\Reflection\ObjectAccess
const ACCESS_GET = 0
 
const ACCESS_SET = 1
 
const ACCESS_PUBLIC = 2
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2747 of file LegacyClassesForIde.php.