drawBackOfficeInputs is no longer abstract

This commit is contained in:
Franck Allimant
2014-05-03 12:23:48 +02:00
parent b3a89f35e3
commit d42e5cd557

View File

@@ -350,10 +350,13 @@ abstract class CouponAbstract implements CouponInterface
/** /**
* Draw the input displayed in the BackOffice * Draw the input displayed in the BackOffice
* allowing Admin to set its Coupon effect * allowing Admin to set its Coupon effect
* Override this method to do something useful
* *
* @return string HTML string * @return string HTML string
*/ */
public abstract function drawBackOfficeInputs(); public function drawBackOfficeInputs() {
return "";
}
/** /**
* Get all extended inputs name to manage * Get all extended inputs name to manage