Person.Inc

From WolfTech
Revision as of 11:32, 23 October 2006 by Abstein2 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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