КГ
Size: a a a
КГ
BP
ЕР
КГ
ЕР
ЕР
КГ
ЕР
BP
BP
КГ
$money = null;vs
foreach ($this->getItems() as $item) {
$money = null === $money ? $item->getPrice() : $money->add($item->getPrice());
}
return $money;
$money = null;
foreach ($this->getItems() as $item) {
$money += $item->getPrice();
}
return $money;
BP
КГ
КГ
BP
BP
BP
BP
BP
КГ