<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=VbzCart%2Fv1%2Fclass%2FvcCartForm</id>
	<title>VbzCart/v1/class/vcCartForm - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=VbzCart%2Fv1%2Fclass%2FvcCartForm"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/v1/class/vcCartForm&amp;action=history"/>
	<updated>2026-06-27T09:33:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=VbzCart/v1/class/vcCartForm&amp;diff=24786&amp;oldid=prev</id>
		<title>Woozle: Created page with &quot;{{page/code/class}} * &#039;&#039;&#039;file&#039;&#039;&#039;: {{l/project|file|page/ckout.php}} * &#039;&#039;&#039;inherits&#039;&#039;&#039;: {{l/ferreteria/|v2/class/fcForm_blob}} &lt;source lang=php&gt; /*----   PURPOSE: adds some app-...&quot;</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/v1/class/vcCartForm&amp;diff=24786&amp;oldid=prev"/>
		<updated>2019-03-31T20:15:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{page/code/class}} * &amp;#039;&amp;#039;&amp;#039;file&amp;#039;&amp;#039;&amp;#039;: {{l/project|file|page/ckout.php}} * &amp;#039;&amp;#039;&amp;#039;inherits&amp;#039;&amp;#039;&amp;#039;: {{l/ferreteria/|v2/class/fcForm_blob}} &amp;lt;source lang=php&amp;gt; /*----   PURPOSE: adds some app-...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{page/code/class}}&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;file&amp;#039;&amp;#039;&amp;#039;: {{l/project|file|page/ckout.php}}&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;inherits&amp;#039;&amp;#039;&amp;#039;: {{l/ferreteria/|v2/class/fcForm_blob}}&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
/*----&lt;br /&gt;
  PURPOSE: adds some app-specific data to the blob-form class&lt;br /&gt;
  NOTE: ShipZone needs to go here rather than in the formgroup objects because&lt;br /&gt;
    wierd things happen with it not getting set in some cases. Insufficient&lt;br /&gt;
    time to figure out what was going on.&lt;br /&gt;
  HISTORY:&lt;br /&gt;
    2019-03-01 Created to hopefully resolve ShipZone sometimes being NULL in formgroups.&lt;br /&gt;
    2019-03-05 Changed from being a blob-descendant to a form-descendant&lt;br /&gt;
*/&lt;br /&gt;
class vcCartForm extends fcForm_blob {&lt;br /&gt;
&lt;br /&gt;
    public function __construct(string $sName) {&lt;br /&gt;
        $oBlob = new fcBlobField();&lt;br /&gt;
        parent::__construct($sName,$oBlob);&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    private $oZone;&lt;br /&gt;
    // PUBLIC for vcCartDataManager&lt;br /&gt;
    public function SetShipZone(vcShipCountry $oZone) {&lt;br /&gt;
	$this-&amp;gt;oZone = $oZone;&lt;br /&gt;
    }&lt;br /&gt;
    // API&lt;br /&gt;
    public function GetShipZone() : vcShipCountry {&lt;br /&gt;
	return $this-&amp;gt;oZone;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>