Netsutie PHP Toolkit
CustomRecordTypeTabs.php
Go to the documentation of this file.
1 <?php
9 
18  public $tabTitle;
19 
28  public $tabParent;
29 
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "tabTitle" => "string",
45 
46  "tabParent" => "RecordRef",
47 
48  "tabTitleLanguageValueList" => "LanguageValueList",
49 
50  );
51 
52 }