‪TYPO3CMS  10.4
TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection Class Reference
Inheritance diagram for 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 TYPO3\CMS\Extbase\Domain\Model\FolderBasedFileCollection TYPO3\CMS\Extbase\Domain\Model\StaticFileCollection

Public Member Functions

 __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 Attributes

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
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
bool isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

A file 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 26 of file AbstractFileCollection.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection::__construct ( )

Definition at line 28 of file AbstractFileCollection.php.

Member Function Documentation

◆ getObject()

TYPO3 CMS Core Resource Collection AbstractFileCollection TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection::getObject ( )
Returns
‪\TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection

Definition at line 51 of file AbstractFileCollection.php.

References TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection\$object.

◆ setObject()

TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection::setObject ( \TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection  $object)
Parameters
\TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection$object

Definition at line 43 of file AbstractFileCollection.php.

References TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection\$object.

Member Data Documentation

◆ $object

TYPO3 CMS Core Resource Collection AbstractFileCollection TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection::$object
protected