FileUploadDeletionConfiguration

Internal

Only to be used within Extbase, not part of TYPO3 Core API.

Table of Contents

Properties

$fileReferenceUids  : array<string|int, mixed>
$propertyName  : string

Methods

__construct()  : mixed
addFileReferenceUid()  : void
getFileReferenceUids()  : array<string|int, mixed>
getPropertyName()  : string

Properties

$fileReferenceUids

protected array<string|int, mixed> $fileReferenceUids = []

$propertyName read-only

protected string $propertyName

Methods

__construct()

public __construct(string $propertyName[, array<string|int, mixed> $fileReferenceUids = [] ]) : mixed
Parameters
$propertyName : string
$fileReferenceUids : array<string|int, mixed> = []

addFileReferenceUid()

public addFileReferenceUid(int $fileReferenceUid) : void
Parameters
$fileReferenceUid : int

getFileReferenceUids()

public getFileReferenceUids() : array<string|int, mixed>
Return values
array<string|int, mixed>

getPropertyName()

public getPropertyName() : string
Return values
string

        
On this page

Search results