Craft\Workflow_SubmissionModel::getOwner PHP Method

getOwner() public method

public getOwner ( )
    public function getOwner()
    {
        if ($this->ownerId) {
            return craft()->entries->getEntryById($this->ownerId);
        }
    }