Dynamic Methods
Package:
Summary:
Add class functions dynamically from script files
Groups:
Author:
Description:
This class can be used to add class functions dynamically from script files.
It traps calls to inexistent class functions. The class loads script files with the same name as the called function and uses the loaded code to implement the missing functions.
It traps calls to inexistent class functions. The class loads script files with the same name as the called function and uses the loaded code to implement the missing functions.
Comments are closed.