Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
EmployeeEmergencyContact.php
Go to the documentation of this file.
1
<?php
8
class
EmployeeEmergencyContact
{
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
}
EmployeeEmergencyContact\$paramtypesmap
static $paramtypesmap
Definition:
EmployeeEmergencyContact.php:62
EmployeeEmergencyContact\$relationship
$relationship
Definition:
EmployeeEmergencyContact.php:38
EmployeeEmergencyContact\$address
$address
Definition:
EmployeeEmergencyContact.php:48
EmployeeEmergencyContact\$contact
$contact
Definition:
EmployeeEmergencyContact.php:28
EmployeeEmergencyContact\$phone
$phone
Definition:
EmployeeEmergencyContact.php:58
EmployeeEmergencyContact
Definition:
EmployeeEmergencyContact.php:8
EmployeeEmergencyContact\$id
$id
Definition:
EmployeeEmergencyContact.php:18
Generated by
dreamxtream
using
1.8.10