$this->id, 'value' => $this->value, 'price' =>number_format($this->price - $this->score,2), 'score' =>number_format($this->score,2), 'stock' =>$this->stock, 'checked'=>false, ]; } }