Example #1
0
 protected function inspectProducts()
 {
     if (isset($this->params['params']['remove']) && (bool) $this->params['params']['remove']) {
         return;
     }
     parent::inspectProducts();
 }