This package provides a base class that has common functions for accessing class variables. It provides to any derived class the same interface of setter and getter functions, import(), export(), append(), register_filter(), unregister_filter(), apply_filter() etc..
A template engine class, a database query result fetcher class are just two examples of derived classes that share the same interface provided by the base class. |