示例#1
0
 public function execute()
 {
     return $this->_mapper->getEvent($this->event)->process($this);
 }
示例#2
0
 public function calculateNoPurchaseMark($date = NULL)
 {
     return $this->_mapper->getEvent('no-purchase')->init($date);
 }