Ejemplo n.º 1
0
 /**
  * Return base price
  *
  * @return float
  */
 public function getBasePrice()
 {
     return parent::getClearPrice();
 }
 /**
  * {@inheritDoc}
  */
 public function getClearPrice()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getClearPrice', array());
     return parent::getClearPrice();
 }