Re: [PHP-DEV] Reflection API Injection Mechanism

2007-02-09 Thread Johannes Schlüter
Hi Jim, you're searching for runkit ;-) http://de.php.net/manual/en/ref.runkit.php johannes On Fri, 2007-02-09 at 10:18 -0600, Jim Wilson wrote: > Dear PHP Internals subscribers, > > I have two quick questions regarding PHP 5's Reflection API (I apologize if > this isn't the right list to ask):

[PHP-DEV] Reflection API Injection Mechanism

2007-02-09 Thread Jim Wilson
Dear PHP Internals subscribers, I have two quick questions regarding PHP 5's Reflection API (I apologize if this isn't the right list to ask): 1) Is there a way to inject a method into a Class such that future instantiations of that Class will have the method? For example: Before