My Project
Individual Class Reference

Public Member Functions

 Individual ($columns)
 setDonorID ($donorID)
 setFirstName ($firstName)
 setLastName ($lastName)
 getDonorID ()
 getFirstName ()
 getLastName ()
 printAllAttributes ($object)

Detailed Description

.php Controls the model for Individual.php.

Copyright 2011 by Matthew Wakim. This program is part of Donate. Donate is free software. It comes with absolutely no warranty. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation (see <http://www.gnu.org/licenses/ for more information).

Version:
April 14th 2011
Author:
Matthew Wakim, Chris Reekie

Member Function Documentation

returns the donorID

returns the firstname

returns the lastname

Individual ( columns)

Constructs an Individual instance from all attribute values.

Parameters:
integer$iddonor ID
string$firstNamefirst name
string$lastNamelast name
printAllAttributes ( object)

Prints all attributes of this object.

Returns:
string $output The attributes listed in a string.
setDonorID ( donorID)

Sets donorID.

Parameters:
integer$donorIDdonor ID
setFirstName ( firstName)

sets firstname

setLastName ( lastName)

sets lastname


The documentation for this class was generated from the following file:
 All Data Structures Files Functions