Changeset 186 for Dev/trunk/classes/User.php
- Timestamp:
- 12/16/11 11:19:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/User.php
r131 r186 24 24 $this->name = $name; 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 27 37 } 28 38
Note: See TracChangeset
for help on using the changeset viewer.