Craft\Workflow_SubmissionModel::getEditor PHP Method

getEditor() public method

public getEditor ( )
    public function getEditor()
    {
        if ($this->editorId) {
            return craft()->users->getUserById($this->editorId);
        }
    }