Beispiel #1
0
 protected function increaseAccount(RM_Points_Account $obAccount, $subType = 'full', array $params = array())
 {
     return $obAccount->registerAmount($this->_name, $this->_getAmountValue($subType), $this->_getDescription($subType), $params);
 }