FlowUploadedFile
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
This is either the persistent identifier of a previously submitted resource file or an array with the "__identity" key set to the persistent identifier.
Sets a previously submitted resource reference.
No description
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.
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.
string
getCollectionName()
No description
void
setCollectionName(string $collectionName)
No description