Netsutie PHP Toolkit
Preferences.php
Go to the documentation of this file.
1 <?php
8 class Preferences {
9 
19 
29 
39 
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "warningAsError" => "boolean",
55 
56  "disableMandatoryCustomFieldValidation" => "boolean",
57 
58  "disableSystemNotesForCustomFields" => "boolean",
59 
60  "ignoreReadOnlyFields" => "boolean",
61 
62  );
63 
64 }
$disableSystemNotesForCustomFields
Definition: Preferences.php:38
$disableMandatoryCustomFieldValidation
Definition: Preferences.php:28
static $paramtypesmap
Definition: Preferences.php:52