Craft\Workflow_SubmissionModel::__toString PHP Method

__toString() public method

=========================================================================
public __toString ( )
    public function __toString()
    {
        if ($this->ownerId) {
            return $this->owner->title;
        } else {
            return '';
        }
    }