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