Module.class.php File Reference
Go to the source code of this file.
Detailed Description
- Developer log entry:
- Necdet Can Atesman (2009-01-15): Is it possible that an existing Module receives additionals subModules/types/functions after being instantiated (i.e. through a remote connection)? Guess we'll hav to live with the fact that users may add arbitrary functions/types to our modules.
- Developer log entry:
- Necdet Can Atesman (2009-01-15): There was an interesting idea about friend classes in PHP somewhere. They are not supported per se, but can be emulated by analyzing the stack using the function debug_backtrace(). This could be an option.
- Developer log entry:
- Necdet Can Atesman (2009-02-05): The name 'function' is a bit misleading, we'll call it service from now on.
- Developer log entry:
- Necdet Can Atesman (2009-02-12): The whole framework is undergoing heavy refactoring since yesterday. I noticed that the whole class is quite pointless and is not being used anywhere except by Type. All functions provided by this class will be moved to Type, so there is no reason to keep this one (The file itself will remain in the repository for now to keep the devlogs).
Definition in file type/Module.class.php.