TYPO3CMS
9.5
|
Public Member Functions | |
initializeObject () | |
bool | isInitialized () |
![]() | |
int | getUid () |
setPid ($pid) | |
int | getPid () |
bool | _setProperty ($propertyName, $propertyValue) |
mixed | _getProperty ($propertyName) |
array | _getProperties () |
bool | _hasProperty ($propertyName) |
bool | _isNew () |
_memorizeCleanState ($propertyName=null) | |
_memorizePropertyCleanState ($propertyName) | |
array | _getCleanProperties () |
mixed | _getCleanProperty ($propertyName) |
bool | _isDirty ($propertyName=null) |
bool | _isClone () |
_setClone ($clone) | |
__clone () | |
string | __toString () |
![]() | |
_memorizeCleanState () | |
bool | _isDirty () |
Protected Attributes | |
bool | $initialized = false |
![]() | |
int | $uid |
int | $_localizedUid |
int | $_languageUid |
int | $_versionedUid |
int | $pid |
Additional Inherited Members | |
![]() | |
bool | isPropertyDirty ($previousValue, $currentValue) |
Class that needs initialization after instantiation
Definition at line 548 of file Testclasses.php.
t3lib_object_tests_initializable::initializeObject | ( | ) |
Definition at line 554 of file Testclasses.php.
bool t3lib_object_tests_initializable::isInitialized | ( | ) |
|
protected |
Definition at line 552 of file Testclasses.php.
Referenced by isInitialized().