Netsutie PHP Toolkit
CustomList.php
Go to the documentation of this file.
1 <?php
8 class CustomList extends Record {
9 
18  public $name;
19 
28  public $owner;
29 
38  public $isOrdered;
39 
48  public $description;
49 
59 
68  public $scriptId;
69 
79 
88  public $isInactive;
89 
99 
109 
118  public $internalId;
119 
120 
121 
122  static $paramtypesmap = array(
123 
124  "name" => "string",
125 
126  "owner" => "RecordRef",
127 
128  "isOrdered" => "boolean",
129 
130  "description" => "string",
131 
132  "isMatrixOption" => "boolean",
133 
134  "scriptId" => "string",
135 
136  "convertToCustomRecord" => "boolean",
137 
138  "isInactive" => "boolean",
139 
140  "customValueList" => "CustomListCustomValueList",
141 
142  "translationsList" => "CustomListTranslationsList",
143 
144  "internalId" => "string",
145 
146  );
147 
148 }
static $paramtypesmap
Definition: CustomList.php:122
Definition: Record.php:8
$convertToCustomRecord
Definition: CustomList.php:78