My Project
Organization Class Reference

Public Member Functions

 Organization ($columns)
 setDonorID ($donorID)
 setOrganizationName ($organizationName)
 setDescription ($description)
 getDonorID ()
 getOrganizationName ()
 getDescription ()
 printAllAttributes ($object)

Detailed Description

.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).

Version:
April 14th 2011
Author:
Scott Adie

Member Function Documentation

returns the description

returns the donorID

returns the organizationName

Organization ( columns)

Constructs an Organization 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.
setDescription ( description)

sets description

setDonorID ( donorID)

Sets donorID.

Parameters:
integer$donorIDdonor ID
setOrganizationName ( organizationName)

sets organization name


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