public function WorkflowD7Base::getInstance in Workflow 7.2
Same name and namespace in other branches
- 7 includes/Field/WorkflowD7Base.php \WorkflowD7Base::getInstance()
File
- includes/
Field/ WorkflowD7Base.php, line 41 - Contains workflow\includes\Field\WorkflowD7Base.
Class
Code
public function getInstance() {
return $this->instance;
}