Example #1
0
 /**
  * Get formatted value
  *
  * @return string
  */
 public function getValue()
 {
     return $this->formatValue(parent::getValue());
 }
Example #2
0
 /**
  * getContainerClass 
  * 
  * @return string
  */
 protected function getContainerClass()
 {
     return parent::getContainerClass() . ' inline-discountValue';
 }