View Single Post
Old 08-17-2008, 09:24 AM   #4 (permalink)
Theo
The Wanderer
 
Join Date: Aug 2008
Posts: 11
Thanks: 4
Theo is on a distinguished road
Default

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.
Theo is offline  
Reply With Quote