class FlowUploadedFile extends UploadedFile (View source)

A Flow specific uploaded file.

Properties

protected array|string $originallySubmittedResource

This is either the persistent identifier of a previously submitted resource file or an array with the "__identity" key set to the persistent identifier.

protected string $collectionName

Methods

array|string
getOriginallySubmittedResource()

This is either the persistent identifier of a previously submitted resource file or an array with the "__identity" key set to the persistent identifier.

setOriginallySubmittedResource(array|string $originallySubmittedResource)

Sets a previously submitted resource reference.

string
getCollectionName()

No description

setCollectionName(string $collectionName)

No description

Details

array|string getOriginallySubmittedResource()

This is either the persistent identifier of a previously submitted resource file or an array with the "__identity" key set to the persistent identifier.

Return Value

array|string

setOriginallySubmittedResource(array|string $originallySubmittedResource)

Sets a previously submitted resource reference.

This is either the persistent identifier of a previously submitted resource file or an array with the "__identity" key set to the persistent identifier.

Parameters

array|string $originallySubmittedResource

string getCollectionName()

No description

Return Value

string

setCollectionName(string $collectionName)

No description

Parameters

string $collectionName