Craft\Workflow_SubmissionModel::getPublisher PHP Method

getPublisher() public method

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