Class: AkClassExtender - X-Ref
@ WARNING too experimental. This is a proof of concept. Do not use it for production.
The AkClassExtender provides the means for extending core Akelos Framework
functionality by chaining multiple objects and creating an extended
composite class of the original.
It is a good practice maintaining the level of parents low when writing OO
code, but PHP classes are closed and do not allow runtime modification so
this method will allow others to write core extensions that modify the default
Akelos Framework behavior.
This technique requires that the participants of the class chain are not included yet
during execution, ass participants code will be joined, modified and cached for
including it as a single source file.