Example #1
0
 public function process()
 {
     static $beenHere = null;
     if (!$beenHere) {
         Product::defineSchema();
         $schema = Product::getSchemaInstance('Product');
         $schema->registerField(new ArField('custom', ARText::instance()));
     }
     $beenHere = true;
 }