Netsutie PHP Toolkit
EmployeeEmergencyContact.php
Go to the documentation of this file.
1 <?php
9 
18  public $id;
19 
28  public $contact;
29 
38  public $relationship;
39 
48  public $address;
49 
58  public $phone;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "id" => "integer",
65 
66  "contact" => "string",
67 
68  "relationship" => "string",
69 
70  "address" => "string",
71 
72  "phone" => "string",
73 
74  );
75 
76 }