TYPO3  7.6
Protected Member Functions | Protected Attributes | List of all members
StaticFileCollectionConverter Class Reference
Inheritance diagram for StaticFileCollectionConverter:
AbstractFileCollectionConverter SingletonInterface AbstractTypeConverter TypeConverterInterface SingletonInterface

Protected Member Functions

 getObject ($source)
 
- Protected Member Functions inherited from AbstractFileCollectionConverter
 getObject ($source)
 

Protected Attributes

 $sourceTypes = array('integer')
 
 $targetType = \TYPO3\CMS\Extbase\Domain\Model\StaticFileCollection::class
 
 $expectedObjectType = \TYPO3\CMS\Core\Resource\Collection\StaticFileCollection::class
 
- Protected Attributes inherited from AbstractFileCollectionConverter
 $priority = 1
 
 $expectedObjectType
 
 $fileFactory
 
- Protected Attributes inherited from AbstractTypeConverter
 $sourceTypes = array()
 
 $targetType = ''
 
 $priority
 
 $objectManager
 

Additional Inherited Members

- Public Member Functions inherited from AbstractFileCollectionConverter
 injectFileFactory (\TYPO3\CMS\Core\Resource\ResourceFactory $fileFactory)
 

Detailed Description

Converter which transforms simple types to .

experimental! This class is experimental and subject to change!

Definition at line 22 of file StaticFileCollectionConverter.php.

Member Function Documentation

getObject (   $source)
protected
Parameters
int$source
Returns

Definition at line 43 of file StaticFileCollectionConverter.php.

Member Data Documentation

$expectedObjectType = \TYPO3\CMS\Core\Resource\Collection\StaticFileCollection::class
protected

Definition at line 37 of file StaticFileCollectionConverter.php.

$sourceTypes = array('integer')
protected

Definition at line 27 of file StaticFileCollectionConverter.php.

$targetType = \TYPO3\CMS\Extbase\Domain\Model\StaticFileCollection::class
protected

Definition at line 32 of file StaticFileCollectionConverter.php.