Difference between revisions of "Person.Inc"

From WolfTech
Jump to navigation Jump to search
(No difference)

Revision as of 11:32, 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