stas 2003/08/06 20:30:16 Modified: src/docs/2.0/api/ModPerl MethodLookup.pod Log: add a note that lookup_object may miss some methods Revision Changes Path 1.5 +8 -0 modperl-docs/src/docs/2.0/api/ModPerl/MethodLookup.pod Index: MethodLookup.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/ModPerl/MethodLookup.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- MethodLookup.pod 6 Jun 2003 09:22:48 -0000 1.4 +++ MethodLookup.pod 7 Aug 2003 03:30:16 -0000 1.5 @@ -149,6 +149,14 @@ the query, i.e. the names of the methods that can be invoked on the given object (or its class name). +META: As of this writing this method may miss some of the +functions/methods that can be invoked on the given object. Currently +we can't programmatically deduct the objects they are invoked on, +because these methods are written in pure XS and manipulate the +arguments stack themselves. Currently these are mainly XS functions, +not methods, which of course aren't invoked on objects. There are also +logging function wrappers (C<Apache::Log>). + Examples: What XS methods can be invoked on the object C<$r>:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]