My Project
|
Public Member Functions | |
Individual ($columns) | |
setDonorID ($donorID) | |
setFirstName ($firstName) | |
setLastName ($lastName) | |
getDonorID () | |
getFirstName () | |
getLastName () | |
printAllAttributes ($object) |
.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).
getDonorID | ( | ) |
returns the donorID
getFirstName | ( | ) |
returns the firstname
getLastName | ( | ) |
returns the lastname
Individual | ( | $ | columns | ) |
Constructs an Individual instance from all attribute values.
integer | $id | donor ID |
string | $firstName | first name |
string | $lastName | last name |
printAllAttributes | ( | $ | object | ) |
Prints all attributes of this object.
setDonorID | ( | $ | donorID | ) |
Sets donorID.
integer | $donorID | donor ID |
setFirstName | ( | $ | firstName | ) |
sets firstname
setLastName | ( | $ | lastName | ) |
sets lastname