]> granicus.if.org Git - php/commitdiff
more leftovers
authorSterling Hughes <sterling@php.net>
Sun, 27 May 2001 01:05:31 +0000 (01:05 +0000)
committerSterling Hughes <sterling@php.net>
Sun, 27 May 2001 01:05:31 +0000 (01:05 +0000)
ext/xslt/README.XSLT-BACKENDS

index fdf2b2bcf10e55db81ffbc9bfad31b18daeae3a7..d45b07c5a557a83e7d6113c3ae38f88b6915a367 100644 (file)
@@ -74,6 +74,9 @@
  
     array(&$obj, "method")
 
+ Note:  You do not need to handle the array(&$obj, "method") syntax by yourself
+        as this is handled in the call_xslt_function() library function (and
+        more specifically, Zend's call_user_function_ex() function. 
  Note:  The given array does not need to contain all of the different scheme
         handler elements (although it can), but it only needs to conform to 
                the "handler" => "function" format described above.