Exemplo n.º 1
0
 public static function transformArray($array, ARSchema $schema)
 {
     return parent::transformArray($array, $schema, 'Manufacturer', 'manufacturerID');
 }
Exemplo n.º 2
0
 public static function transformArray($array, ARSchema $schema)
 {
     return parent::transformArray($array, $schema, 'Product', 'productID');
 }
Exemplo n.º 3
0
 public static function transformArray($array, ARSchema $schema)
 {
     return parent::transformArray($array, $schema, 'Category', 'categoryID');
 }