class FlowUploadedFile extends UploadedFile (View source)

A Flow specific uploaded file.

Properties

protected array{__identity: string}|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{__identity: string}|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.

void
setOriginallySubmittedResource(array{__identity: string}|string $originallySubmittedResource)

Sets a previously submitted resource reference.

string
getCollectionName()

No description

void
setCollectionName(string $collectionName)

No description

Details

array{__identity: string}|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{__identity: string}|string

void setOriginallySubmittedResource(array{__identity: string}|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{__identity: string}|string $originallySubmittedResource

Return Value

void

string getCollectionName()

No description

Return Value

string

void setCollectionName(string $collectionName)

No description

Parameters

string $collectionName

Return Value

void