注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
class Chain{ protected $price; protected $quantity; protected $option; public function setPrice($... class Chain{ protected $price; protected $quantity; protected $option; public function setPrice($price){ $this->price = $price; return $this; } public function setQuantity($quantity){ $this->quantity = $quantity; return $this; } public function setOption($option) { $this->option = $option; return $this; } public function get() { $amount = $this->price * $this->quantity; foreach ($this->option as $
2015/10/01 リンク