示例#1
0
 /**
  * {@inheritDoc}
  */
 public function getSurchargesTotal($type = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSurchargesTotal', array($type));
     return parent::getSurchargesTotal($type);
 }