/* * 0 all, 1 online shop, 2 pos (category type, payment method type, shipping method type) */ public function setType($type = array(0, 1)) { $this->type = $type; }