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