without bunu döküm, bir simplexml
nesneden bir düğüm değerini almak için herhangi bir yolu var mı?
$amount = (int)$item->amount;
Bu benim görüşüme göre, ben temiz bir yol arıyorum ama şimdiye kadar bir şey bulamadık çok güzel değil!
//wouldn't this be nice?
$amount = $item->amount->getValue();
Şimdiden teşekkürler.