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/Application.php

    r186 r187  
    3434        {
    3535                //Do nothing, there are no references in application.
     36                return true;
    3637        }
    37 
    3838}
    3939?>
Note: See TracChangeset for help on using the changeset viewer.