Changeset 187 for Dev/trunk/classes/User.php
- Timestamp:
- 12/16/11 11:26:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/User.php
r186 r187 25 25 $this->password = $password; 26 26 } 27 28 /**29 * function evaluate()30 * Evaluates all the references of this object.31 */32 public function evaluate()33 {34 //Do nothing.35 }36 37 27 } 38 28
Note: See TracChangeset
for help on using the changeset viewer.