TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Resource\Collection\StaticFileCollection Class Reference
Inheritance diagram for TYPO3\CMS\Core\Resource\Collection\StaticFileCollection:
TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection TYPO3\CMS\Core\Collection\AbstractRecordCollection TYPO3\CMS\Core\Collection\RecordCollectionInterface TYPO3\CMS\Core\Collection\PersistableCollectionInterface TYPO3\CMS\Core\Collection\SortableCollectionInterface TYPO3\CMS\Core\Collection\CollectionInterface TYPO3\CMS\Core\Collection\NameableCollectionInterface

Protected Attributes

 $itemTableName = 'sys_file_reference'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection
 $itemsCriteria
 
 $itemTableName = 'sys_file'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Collection\AbstractRecordCollection
 $uid = 0
 
 $title
 
 $description
 
 $itemTableName
 
 $storage
 

Static Protected Attributes

static $type = 'static'
 
static $itemsCriteriaField = 'items'
 
- Static Protected Attributes inherited from TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection
static $storageTableName = 'sys_file_collection'
 
static $type
 
static $itemsCriteriaField
 
- Static Protected Attributes inherited from TYPO3\CMS\Core\Collection\AbstractRecordCollection
static $storageTableName = 'sys_collection'
 
static $storageItemsField = 'items'
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection
 setDescription ($description)
 
 setTitle ($title)
 
 fromArray (array $array)
 
 getItemsCriteria ()
 
 setItemsCriteria ($itemsCriteria)
 
 add (\TYPO3\CMS\Core\Resource\FileInterface $data)
 
 removeAll ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Collection\AbstractRecordCollection
 __construct ()
 
 current ()
 
 next ()
 
 key ()
 
 valid ()
 
 rewind ()
 
 serialize ()
 
 unserialize ($serialized)
 
 count ()
 
 getTitle ()
 
 getUid ()
 
 getDescription ()
 
 setTitle ($title)
 
 setDescription ($desc)
 
 getItemTableName ()
 
 setItemTableName ($tableName)
 
 usort ($callbackFunction)
 
 moveItemAt ($currentPosition, $newPosition=0)
 
 getIdentifier ()
 
 setIdentifier ($id)
 
 toArray ()
 
 fromArray (array $array)
 
- Public Member Functions inherited from TYPO3\CMS\Core\Collection\PersistableCollectionInterface
 persist ()
 
 loadContents ()
 
- Static Public Member Functions inherited from TYPO3\CMS\Core\Collection\AbstractRecordCollection
static load ($id, $fillItems=FALSE)
 
static create (array $collectionRecord, $fillItems=FALSE)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection
 getPersistableDataArray ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Collection\AbstractRecordCollection
 getPersistableDataArray ()
 
 getItemUidList ($includeTableName=TRUE)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! A collection containing a static set of files. This collection is persisted to the database with references to all files it contains.

Author
Andreas Wolf andre.nosp@m.as.w.nosp@m.olf@i.nosp@m.kt-w.nosp@m.erk.d.nosp@m.e

Definition at line 22 of file StaticFileCollection.php.

Member Data Documentation

◆ $itemsCriteriaField

TYPO3\CMS\Core\Resource\Collection\StaticFileCollection::$itemsCriteriaField = 'items'
staticprotected

Definition at line 32 of file StaticFileCollection.php.

◆ $itemTableName

TYPO3\CMS\Core\Resource\Collection\StaticFileCollection::$itemTableName = 'sys_file_reference'
protected

Definition at line 37 of file StaticFileCollection.php.

◆ $type

TYPO3\CMS\Core\Resource\Collection\StaticFileCollection::$type = 'static'
staticprotected

Definition at line 27 of file StaticFileCollection.php.