You are here

public function File::getIdentifier in One Click Upload 7.2

Get file identifier

Return value

string

File

flowphp/src/Flow/File.php, line 47

Class

File

Namespace

Flow

Code

public function getIdentifier() {
  return $this->identifier;
}