OrderModule::getParamsLabels PHP Méthode

getParamsLabels() public méthode

public getParamsLabels ( ) : array
Résultat 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')];
    }