TYPO3 CMS  TYPO3_7-6
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

 setObject (\TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection $object)
 
 getObject ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 __wakeup ()
 
 getUid ()
 
 setPid ($pid)
 
 getPid ()
 
 _setProperty ($propertyName, $propertyValue)
 
 _getProperty ($propertyName)
 
 _getProperties ()
 
 _hasProperty ($propertyName)
 
 _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
 _getCleanProperties ()
 
 _getCleanProperty ($propertyName)
 
 _isDirty ($propertyName=null)
 
 _isClone ()
 
 _setClone ($clone)
 
 __clone ()
 
 __toString ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
 _isDirty ()
 

Protected Attributes

 $object
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 $uid
 
 $_localizedUid
 
 $_languageUid
 
 $_versionedUid
 
 $pid
 

Additional Inherited Members

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

Detailed Description

A file object (File Abstraction Layer)

experimental! This class is experimental and subject to change!

Definition at line 22 of file AbstractFileCollection.php.

Member Function Documentation

◆ getObject()

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

◆ 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 32 of file AbstractFileCollection.php.

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

Member Data Documentation

◆ $object

TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection::$object
protected