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
Namespace
FlowCode
public function getIdentifier() {
return $this->identifier;
}
Get file identifier
string
public function getIdentifier() {
return $this->identifier;
}