TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Persistence_LazyObjectStorage Class Reference
Inheritance diagram for Tx_Extbase_Persistence_LazyObjectStorage:
TYPO3\CMS\Extbase\Persistence\Generic\LazyObjectStorage TYPO3\CMS\Extbase\Persistence\ObjectStorage TYPO3\CMS\Extbase\Persistence\Generic\LoadingStrategyInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Generic\LazyObjectStorage
 isInitialized ()
 
 __construct ($parentObject, $propertyName, $fieldValue)
 
 addAll ($storage)
 
 attach ($object, $data=NULL)
 
 contains ($object)
 
 count ()
 
 current ()
 
 detach ($object)
 
 key ()
 
 next ()
 
 offsetExists ($object)
 
 offsetGet ($object)
 
 offsetSet ($object, $info)
 
 offsetUnset ($object)
 
 removeAll ($storage)
 
 rewind ()
 
 valid ()
 
 toArray ()
 
 getPosition ($object)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\ObjectStorage
 rewind ()
 
 valid ()
 
 key ()
 
 current ()
 
 next ()
 
 count ()
 
 offsetSet ($object, $information)
 
 offsetExists ($object)
 
 offsetUnset ($object)
 
 offsetGet ($object)
 
 contains ($object)
 
 attach ($object, $information=NULL)
 
 detach ($object)
 
 getInfo ()
 
 setInfo ($data)
 
 addAll (ObjectStorage $objectStorage)
 
 removeAll (ObjectStorage $objectStorage)
 
 toArray ()
 
 serialize ()
 
 unserialize ($serialized)
 
 _memorizeCleanState ()
 
 _isDirty ()
 
 isRelationDirty ($object)
 
 getPosition ($object)
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Generic\LazyObjectStorage
 initialize ()
 
 isStorageAlreadyMemorizedInParentCleanState ()
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Persistence\Generic\LazyObjectStorage
 $dataMapper
 
 $parentObject
 
 $propertyName
 
 $fieldValue
 
 $isInitialized = FALSE
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Persistence\ObjectStorage
 $storage = array()
 
 $isModified = FALSE
 
 $addedObjectsPositions = array()
 
 $removedObjectsPositions = array()
 
 $positionCounter = 0
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2202 of file LegacyClassesForIde.php.