FlowUploadedFile
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
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|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.
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
setCollectionName(string $collectionName)
No description