21280 Posts in 5729 Topics by 2600 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 229 Views |
-
When is Object::extend(...) useful or required?

10 October 2011 at 3:57pm
Hi,
I'm trying to get my head around Object::extend(...)...
Please tell me if I understand what it does correctly:
- Goes through all of the current object's extensions
- Checks if a method of the same name as parameter $method exists,
- And if so, calls the method with the parameters $a1-$a7
When would I need to use Object::extend? Are the situations when it is useful or even necessary? Any code examples that show its usefulness?
Thanks very much.
VWD.What
- Goes through all of the current object's extensions
-
Re: When is Object::extend(...) useful or required?

12 October 2011 at 11:05pm
This question was partially answered in this thread.
| 229 Views | ||
|
Page:
1
|
Go to Top |

