Example #1
0
 public function __construct($amount, Zend_Currency $currency, $minPrice = false, $description = null)
 {
     parent::__construct($amount, $currency, $minPrice);
     $this->description = $description;
 }