Inheritance diagram for FF_Model_Priority:

Public Member Functions | |
| reset () | |
| importFromArray ($in_data) | |
| exportToArray () | |
| getName () | |
| setName ($in_value) | |
| getPoints () | |
| setPoints ($in_value) | |
| getIsDefault ($in_formatted=false) | |
| setIsDefault ($in_value) | |
| getAlertMessage () | |
| setAlertMessage ($in_value) | |
| _initDataAccess () | |
Public Attributes | |
| $name | |
| $points | |
| $isDefault = false | |
| $alertMessage = '' | |
Definition at line 40 of file Model/Priority.php.
|
|
Initializes the data access object private
Reimplemented from FF_Model. Definition at line 199 of file Model/Priority.php. References FF_DataAccess::factory(). |
|
|
Exports the data properties to an array using the dataaccess constants as keys
Reimplemented from FF_Model. Definition at line 115 of file Model/Priority.php. References $a_data, getAlertMessage(), FF_Model::getId(), getIsDefault(), getName(), and getPoints(). |
|
|
Definition at line 177 of file Model/Priority.php. Referenced by exportToArray(). |
|
|
Definition at line 161 of file Model/Priority.php. Referenced by exportToArray(). |
|
|
Definition at line 129 of file Model/Priority.php. Referenced by exportToArray(). |
|
|
Definition at line 145 of file Model/Priority.php. Referenced by exportToArray(). |
|
|
Imports an array of data (usually from the database) into the model's properties
Reimplemented from FF_Model. Definition at line 95 of file Model/Priority.php. References setAlertMessage(), FF_Model::setId(), setIsDefault(), setName(), and setPoints(). |
|
|
Retets the model's data properties to their initial values (usually null) public
Reimplemented from FF_Model. Definition at line 76 of file Model/Priority.php. |
|
|
Definition at line 185 of file Model/Priority.php. Referenced by importFromArray(). |
|
|
Definition at line 169 of file Model/Priority.php. References FF_Model::_scalarToBool(). Referenced by importFromArray(). |
|
|
Definition at line 137 of file Model/Priority.php. Referenced by importFromArray(). |
|
|
Definition at line 153 of file Model/Priority.php. Referenced by importFromArray(). |
|
|
Definition at line 65 of file Model/Priority.php. |
|
|
Definition at line 59 of file Model/Priority.php. |
|
|
Definition at line 47 of file Model/Priority.php. |
|
|
Definition at line 53 of file Model/Priority.php. |
1.4.4