| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /home/devsafetybis/op3038.dev.safetybis.com/admin/controller/event/ |
| Current File : /home/devsafetybis/op3038.dev.safetybis.com/admin/controller/event/statistics.php |
<?php
class ControllerEventStatistics extends Controller {
// model/catalog/review/removeReview/after
public function removeReview(&$route, &$args, &$output) {
$this->load->model('setting/statistics');
$this->model_report_statistics->addValue('review', 1);
}
// model/sale/return/removeReturn/after
public function removeReturn(&$route, &$args, &$output) {
$this->load->model('setting/statistics');
$this->model_report_statistics->addValue('return', 1);
}
}