![]() |
TYPO3
7.6
|
Public Member Functions | |
findFileReferenceByUid ($uid) | |
![]() | |
__construct () | |
add ($object) | |
remove ($object) | |
replace ($existingObject, $newObject) | |
update ($modifiedObject) | |
getAddedObjects () | |
getRemovedObjects () | |
findAll () | |
countAll () | |
removeAll () | |
findByUid ($uid) | |
setDefaultOrderings (array $defaultOrderings) | |
setDefaultQuerySettings (\TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface $defaultQuerySettings) | |
createQuery () | |
findByIdentifier ($identifier) | |
__call ($method, $arguments) | |
getEntityClassName () | |
Protected Member Functions | |
createDomainObject (array $databaseRow) | |
getFileIndexRepository () | |
![]() | |
createDomainObject (array $databaseRow) | |
getWhereClauseForEnabledFields () | |
getEnvironmentMode () | |
getDatabaseConnection () | |
Protected Attributes | |
$objectType = \TYPO3\CMS\Core\Resource\File::class | |
$table = 'sys_file' | |
![]() | |
$table = '' | |
$factory | |
$typeField = '' | |
$type = '' | |
Repository for accessing files it also serves as the public API for the indexing part of files in general
Definition at line 25 of file FileRepository.php.
|
protected |
Creates an object managed by this repository.
array | $databaseRow |
Definition at line 50 of file FileRepository.php.
findFileReferenceByUid | ( | $uid | ) |
Find FileReference objects by uid
int | $uid | The UID of the sys_file_reference record |
\InvalidArgumentException |
Definition at line 123 of file FileRepository.php.
References MathUtility\canBeInterpretedAsInteger().
|
protected |
Return a file index repository
Definition at line 175 of file FileRepository.php.
References FileIndexRepository\getInstance().
|
protected |
Definition at line 34 of file FileRepository.php.
|
protected |
Definition at line 42 of file FileRepository.php.