You are here

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

Request

Namespace

Flow

Code

public function getIdentifier() {
  return $this
    ->getParam('flowIdentifier');
}