‪TYPO3CMS  10.4
TYPO3\CMS\Extbase\Domain\Model\StaticFileCollection Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Domain\Model\StaticFileCollection:
TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection
 __construct ()
 
 setObject (\TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection $object)
 
TYPO3 CMS Core Resource Collection AbstractFileCollection getObject ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int null getUid ()
 
 setPid (int $pid)
 
int null getPid ()
 
bool _setProperty (string $propertyName, $propertyValue)
 
mixed _getProperty (string $propertyName)
 
array _getProperties ()
 
bool _hasProperty ($propertyName)
 
bool _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
array _getCleanProperties ()
 
mixed _getCleanProperty (string $propertyName)
 
bool _isDirty ($propertyName=null)
 
bool _isClone ()
 
 _setClone ($clone)
 
 __clone ()
 
string __toString ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
bool _isDirty ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
bool isPropertyDirty ($previousValue, $currentValue)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection
TYPO3 CMS Core Resource Collection AbstractFileCollection $object
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int $uid
 
int $_localizedUid
 
int $_languageUid
 
int $_versionedUid
 
int $pid
 

Detailed Description

A file collection object (File Abstraction Layer)

experimental! This class is experimental and subject to change!

Deprecated:
‪since TYPO3 10.4, will be removed in version 11.0

Definition at line 24 of file StaticFileCollection.php.