Back to PhocacartCart class

Method setInstance

public
setInstance
(mixed $type)

Method setInstance - Source code

/*
 * 1. cart
 * 2. checkout
 * 3. order
 */
public function setInstance($type)
{
    $this->instance = (int) $type;
}