public function Request::getIdentifier in One Click Upload 7.2
Get file unique identifier
Return value
string|null
Overrides RequestInterface::getIdentifier
File
- flowphp/
src/ Flow/ Request.php, line 78
Class
Namespace
FlowCode
public function getIdentifier() {
return $this
->getParam('flowIdentifier');
}