TYPO3  7.6
Protected Attributes | Static Protected Attributes | List of all members
StaticFileCollection Class Reference
Inheritance diagram for StaticFileCollection:
AbstractFileCollection AbstractRecordCollection RecordCollectionInterface PersistableCollectionInterface SortableCollectionInterface CollectionInterface NameableCollectionInterface

Protected Attributes

 $itemTableName = 'sys_file_reference'
 
- Protected Attributes inherited from AbstractFileCollection
 $itemsCriteria
 
 $itemTableName = 'sys_file'
 
- Protected Attributes inherited from AbstractRecordCollection
 $uid = 0
 
 $title
 
 $description
 
 $itemTableName
 
 $storage
 

Static Protected Attributes

static $type = 'static'
 
static $itemsCriteriaField = 'items'
 
- Static Protected Attributes inherited from AbstractFileCollection
static $storageTableName = 'sys_file_collection'
 
static $type
 
static $itemsCriteriaField
 
- Static Protected Attributes inherited from AbstractRecordCollection
static $storageTableName = 'sys_collection'
 
static $storageItemsField = 'items'
 

Additional Inherited Members

- Public Member Functions inherited from AbstractFileCollection
 setDescription ($description)
 
 setTitle ($title)
 
 fromArray (array $array)
 
 getItemsCriteria ()
 
 setItemsCriteria ($itemsCriteria)
 
 add (\TYPO3\CMS\Core\Resource\FileInterface $data)
 
 removeAll ()
 
- Static Public Member Functions inherited from AbstractRecordCollection
static load ($id, $fillItems=false)
 
static create (array $collectionRecord, $fillItems=false)
 
- Protected Member Functions inherited from AbstractFileCollection
 getPersistableDataArray ()
 

Detailed Description

A collection containing a static set of files. This collection is persisted to the database with references to all files it contains.

Definition at line 21 of file core/Classes/Resource/Collection/StaticFileCollection.php.

Member Data Documentation

$itemsCriteriaField = 'items'
staticprotected
$itemTableName = 'sys_file_reference'
protected
$type = 'static'
staticprotected