backend\models\CancelOrderForm::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['msg' => '取消理由'];
    }