order_goods = $order_goods; $this->is_hidden = 0; } public function getOrderGoods() { return $this->order_goods; } public function setHidden() { $this->is_hidden = 1; } public function isShow() { return $this->is_hidden ? false : true; } }