Netsutie PHP Toolkit
ItemsList.php
Go to the documentation of this file.
1 <?php
8 class ItemsList {
9 
18  public $items;
19 
20 
21 
22  static $paramtypesmap = array(
23 
24  "items" => "RecordRef[]",
25 
26  );
27 
28 }
static $paramtypesmap
Definition: ItemsList.php:22