OrderHistory::getNotify PHP Method

getNotify() public method

public getNotify ( )
    public function getNotify()
    {
        if ($this->notify) {
            return Yii::t('common', 'Yes');
        } else {
            return Yii::t('common', 'No');
        }
    }