Back to PhocacartCart class

Method setType

public
setType
(mixed $type = array(0, 1))

Method setType - Source code

/*
 * 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;
}