Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
EmployeeHrEducation.php
Go to the documentation of this file.
1
<?php
8
class
EmployeeHrEducation
{
9
18
public
$education
;
19
28
public
$degree
;
29
38
public
$degreeDate
;
39
40
41
42
static
$paramtypesmap
= array(
43
44
"education"
=>
"RecordRef"
,
45
46
"degree"
=>
"string"
,
47
48
"degreeDate"
=>
"dateTime"
,
49
50
);
51
52
}
EmployeeHrEducation\$education
$education
Definition:
EmployeeHrEducation.php:18
EmployeeHrEducation
Definition:
EmployeeHrEducation.php:8
EmployeeHrEducation\$degree
$degree
Definition:
EmployeeHrEducation.php:28
EmployeeHrEducation\$paramtypesmap
static $paramtypesmap
Definition:
EmployeeHrEducation.php:42
EmployeeHrEducation\$degreeDate
$degreeDate
Definition:
EmployeeHrEducation.php:38
Generated by
dreamxtream
using
1.8.10