public function BackgroundProcess::getUID in Background Process 7.2
Get current user id.
File
- ./
background_process.inc, line 242 - External API short overview
Class
- BackgroundProcess
- @file
Code
public function getUID() {
return $this->uid;
}