'Money', ]; public function getCustomMoney() { return $this->MyMoney->getValue(); } public function setCustomMoney($value) { $newAmount = $value->getAmount() * 2; $this->MyMoney->setAmount($newAmount); $newAmount = $value->getAmount() * 2; $this->MyMoney->setCurrency($value->getCurrency()); } }