Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 11.21 KB
MD5: 10da9f66f669b079986f1d3b92ff5b0c
SHA-1: a58b9788e7aa0e3b61b99cb91e7c5c4577745dcb
SHA-256: a2e33d9f7576148ee0c617d8e8e583019d206bea98ad148f8fe162a1c90b3388
Download zip 12.96 KB
MD5: 9e063dba7f70f96178b9576344c4ac50
SHA-1: b7ae76d2d323f6c4e8cfd1dbbdf92d2bed1a79ec
SHA-256: 8d561afd6cf766dd7941d1fb3493578a60935b5c6e9928393155534480f44bbb

Release notes

changes since ALPHA-1:

* overhauled the API to instantiate class extenders. 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.

* improved facesAs() to correctly work when testing for a parent interface
* updated / improved README
* conditionally load classes to be more robust in case of multiple file inclusions
* just make property() public, thus remove FacesRoot
* fixing warning in property() when the property is non existing

Created by: fago
Created on: 11 Mar 2010 at 11:56 UTC
Last updated: 11 Mar 2010 at 12:00 UTC
Bug fixes
Unsupported

Other releases