コード例 #1
0
ファイル: OrderItem.php プロジェクト: kadala/AcmePizzaBundle
 /**
  * @return float
  */
 public function getTotal()
 {
     return $this->pizza->getPrice() * $this->count;
 }