args[0]; $fund_id = $this->args[1]; $fund = new FundService($user_id, $fund_id); if ($fund->balance() < $value) { return false; } return true; } }