User: fago Branch: DRUPAL-7--1 Date: Tue, 09 Mar 2010 11:55:43 +0000 Modified files: /modules/faces faces.inc faces.test Log message: overhaueld the API: Basically it's reverting the last API overhaul, so class extenders are instantiated again. That way we won't run into troubles with late static binding of PHP <5.3, can properly implement the interface in extenders and extenders can make use of per extendable object variables. However to ease explicit invocation of specific extenders an extender() method has been added to the faces extendable. Also a test case for easy benchmarking of faces has been added and extending single methods without an interface is possible with functions now. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/faces/faces.inc&ol... http://cvs.drupal.org/diff.php?path=contributions/modules/faces/faces.test&o...