OrderModule::getParamsLabels PHP 메소드

getParamsLabels() 공개 메소드

public getParamsLabels ( ) : array
리턴 array
    public function getParamsLabels()
    {
        return ['notifyEmailFrom' => Yii::t('OrderModule.order', 'Notification email'), 'notifyEmailsTo' => Yii::t('OrderModule.order', 'Recipients of notifications (comma separated)'), 'showOrder' => Yii::t('OrderModule.order', 'Public ordering page'), 'enableCheck' => Yii::t('OrderModule.order', 'Allow orders validation by number'), 'defaultStatus' => Yii::t('OrderModule.order', 'Default order status'), 'enableComments' => Yii::t('OrderModule.order', 'Allow order comments in admin panel')];
    }