public function BackgroundProcess::getOption in Background Process 7.2
Get option
File
- ./
background_process.inc, line 302 - External API short overview
Class
- BackgroundProcess
- @file
Code
public function getOption($key) {
return $this->options[$key];
}