コード例 #1
0
 /**
  * Check if the tax rule could be added in the database
  *
  * @param TaxRule $tr
  *
  * @return array
  */
 protected function validateTaxRule(TaxRule $tr)
 {
     // @TODO: check if the rule already exists
     return $tr->validateController();
 }