Difference between revisions of "Person.Inc"
Jump to navigation
Jump to search
Line 44: | Line 44: | ||
function inCurriculum($Curr) -- Alias of inCurriculumAsStudent | function inCurriculum($Curr) -- Alias of inCurriculumAsStudent | ||
</pre> | </pre> | ||
+ | |||
+ | Locations: | ||
+ | |||
+ | J:\eos\engrwww\wolftech\_include\guarddog | ||
+ | |||
+ | J:\eos\engrwww\wolftech\guarddog | ||
+ | |||
+ | J:\eos\engrwww\ece\_include |
Latest revision as of 10:47, 23 October 2006
person.inc.php initialized with: new Person($UnityID); Methods: function getID() function getCollegesAsStudent() function getCollegesAsFaculty() function getCollegesAsStaff() function getCollegesAsEmployee() function getDeptsAsStudent() function getDeptsAsFaculty() function getDeptsAsStaff() function getDeptsAsEmployee() function getCurrAsStudent() function getClassAsStudent() function getEmployeeType() function getCurr() -- Alias of getCurrAsStudent(); function getClass() -- Alias of getClassAsStudent(); function getFirstName() function getMiddleName() function getLastName() function getPhoneNumber() function inCollegeAsStudent($College) function inCollegeAsFaculty($College) function inCollegeAsStaff($College) function inCollegeAsEmployee($College) function inCollege($College) function inDeptAsStudent($Dept) function inDeptAsFaculty($Dept) function inDeptAsStaff($Dept) function inDeptAsEmployee($Dept) function inDept($Dept) function inCurriculumAsStudent($Curr) function inCurriculum($Curr) -- Alias of inCurriculumAsStudent
Locations:
J:\eos\engrwww\wolftech\_include\guarddog
J:\eos\engrwww\wolftech\guarddog
J:\eos\engrwww\ece\_include