| [ Index ] |
PHP Cross Reference of Limb3 |
[Source view] [Print] [Project Stats]
Base class for creating proxies. Proxies acts like real(original) objects until real object is definitely required. In such a case the original object is <b>resolved</b> and since that moment all method and argument calls will be delegeted to the real object.
| Version: | $Id$ |
| File Size: | 92 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| getHash() X-Ref |
| Returns hash string for original object return: string |
| resolve() X-Ref |
| Resolves original object. Resolving is depend on child classes implementation |
| __call($method, $args = array() X-Ref |
| Magic caller Resolves original object and delegates method call to it. |
| __get($attr) X-Ref |
| Magic getter Resolves original object and delegates to it. |
| __set($attr, $val) X-Ref |
| Magic setter Resolves original object and delegates to it. |
| Generated: Tue Oct 7 05:02:03 2008 | Cross-referenced by PHPXref 0.7 |