Netsutie PHP Toolkit
TaskContact.php
Go to the documentation of this file.
1 <?php
8 class TaskContact {
9 
18  public $company;
19 
28  public $contact;
29 
30 
31 
32  static $paramtypesmap = array(
33 
34  "company" => "RecordRef",
35 
36  "contact" => "RecordRef",
37 
38  );
39 
40 }
static $paramtypesmap
Definition: TaskContact.php:32