08-17-2008, 09:24 AM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Aug 2008
Posts: 11
Thanks: 4
|
Unfortunately newInstanceArgs() calls the constructor, which cannot be overriden by any derived classes in this implementation. The default constructor could be rewritten, but we would then just be shifting the call to call_user_func_array() into the constructor.
|
|
|
|