Ignore:
Timestamp:
12/16/11 11:26:53 (13 years ago)
Author:
jkraaijeveld
Message:

Cleaned up some mess regarding lazy evaluation: classes without references no longer require a method evaluate(). Rather, ResearchToolObject? has a plain evaluate returning true in this case. Classes with references should override this method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/User.php

    r186 r187  
    2525        $this->password = $password;
    2626        }
    27 
    28         /**
    29          * function evaluate()
    30          * Evaluates all the references of this object.
    31          */
    32         public function evaluate()
    33         {
    34                 //Do nothing.
    35         }
    36 
    3727}
    3828
Note: See TracChangeset for help on using the changeset viewer.