You are here

public function WorkflowD7Base::getInstance in Workflow 7

Same name and namespace in other branches
  1. 7.2 includes/Field/WorkflowD7Base.php \WorkflowD7Base::getInstance()

File

includes/Field/WorkflowD7Base.php, line 37
Contains workflow\includes\Field\WorkflowD7Base.

Class

WorkflowD7Base

Code

public function getInstance() {
  return $this->instance;
}