<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 2: CartItem needs $this-&gt; to return vars.</title><link href="https://sourceforge.net/p/amazoop/bugs/2/" rel="alternate"/><link href="https://sourceforge.net/p/amazoop/bugs/2/feed.atom" rel="self"/><id>https://sourceforge.net/p/amazoop/bugs/2/</id><updated>2004-11-07T15:56:13Z</updated><subtitle>Recent changes to 2: CartItem needs $this-&gt; to return vars.</subtitle><entry><title>CartItem needs $this-&gt; to return vars.</title><link href="https://sourceforge.net/p/amazoop/bugs/2/" rel="alternate"/><published>2004-11-07T15:56:13Z</published><updated>2004-11-07T15:56:13Z</updated><author><name>Dave Brough</name><uri>https://sourceforge.net/u/dbrough1/</uri></author><id>https://sourceforge.netdddd530e110878e7b34b05a54edd59ba19772eb1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The Class CartItem will not return $itemID and $qty &lt;br /&gt;
without putting the $this-&amp;gt; pointer in the return function &lt;br /&gt;
as follows:&lt;/p&gt;
&lt;p&gt;function getItemID() {&lt;br /&gt;
return rawurlencode($this-&amp;gt;itemID);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;function getQuantity() {&lt;br /&gt;
return rawurlencode($this-&amp;gt;$qty);&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>