Updated docs according to the changes from the previous commit

This commit is contained in:
danilo
2007-06-18 20:45:33 +00:00
parent c6a760fa7e
commit 1d9a854262
4 changed files with 14 additions and 2 deletions

View File

@@ -12,6 +12,17 @@
</para>
</note>'>
<!ENTITY note.parameter.function '<note>
<title>Technical Note</title>
<para>
If the chosen <parameter>function</parameter> callback is of the form
<literal>array(&amp;$object, $method)</literal>, only one instance of the
same class and with the same <literal>$method</literal> can be registered. The
latest registered <parameter>function</parameter> callback will be used in
such a scenario.
</para>
</note>'>
<!ENTITY parameter.compileid '<para>
As an optional third parameter, you can pass a
<parameter>$compile_id</parameter>.

View File

@@ -21,7 +21,7 @@
for more information on how to set up an output filter function.
</para>
&api.register.snippet;
&note.parameter.function;
<para>
See also
<link linkend="api.unregister.outputfilter"><varname>unregister_outputfilter()</varname></link>,

View File

@@ -19,7 +19,7 @@
more information on how to setup a postfiltering function.
</para>
&api.register.snippet;
&note.parameter.function;
<para>
See also
<link linkend="api.unregister.postfilter">

View File

@@ -19,6 +19,7 @@
more information on how to setup a prefiltering function.
</para>
&api.register.snippet;
&note.parameter.function;
<para>