My Project
|
Public Member Functions | |
Organization ($columns) | |
setDonorID ($donorID) | |
setOrganizationName ($organizationName) | |
setDescription ($description) | |
getDonorID () | |
getOrganizationName () | |
getDescription () | |
printAllAttributes ($object) |
.php Controls the model for Organization.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).
getDescription | ( | ) |
returns the description
getDonorID | ( | ) |
returns the donorID
returns the organizationName
Organization | ( | $ | columns | ) |
Constructs an Organization 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.
setDescription | ( | $ | description | ) |
sets description
setDonorID | ( | $ | donorID | ) |
Sets donorID.
integer | $donorID | donor ID |
setOrganizationName | ( | $ | organizationName | ) |
sets organization name