Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 8377d4bb25a3992aad680df2952f4b71 > files > 31

php-smarty-doc-2.6.26-1mdv2010.0.noarch.rpm

<HTML
><HEAD
><TITLE
>register_postfilter()</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Smarty Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Smarty Class Methods()"
HREF="api.functions.html"><LINK
REL="PREVIOUS"
TITLE="register_outputfilter()"
HREF="api.register.outputfilter.html"><LINK
REL="NEXT"
TITLE="register_prefilter()"
HREF="api.register.prefilter.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Smarty Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="api.register.outputfilter.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="api.register.prefilter.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="api.register.postfilter"
></A
>register_postfilter()</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN6314"
></A
>register_postfilter()&nbsp;--&nbsp;dynamically register postfilters</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN6317"
></A
><H2
>Description</H2
>void <B
CLASS="methodname"
>register_postfilter</B
> ( mixed function)<BR
></BR
><P
>&#13;   Use this to dynamically register
   <A
HREF="advanced.features.postfilters.html"
>postfilters</A
> to run templates
   through after they are compiled. See <A
HREF="advanced.features.postfilters.html"
>template postfilters</A
> for
   more information on how to setup a postfiltering function.
  </P
><P
>&#13;   The php-function callback <TT
CLASS="parameter"
><I
>function</I
></TT
> can be either:
   <P
></P
><UL
><LI
><P
>&#13;       A string containing the function <TT
CLASS="parameter"
><I
>name</I
></TT
>
       </P
></LI
><LI
><P
>&#13;       An array of the form <TT
CLASS="literal"
>array(&#38;$object, $method)</TT
> with
       <TT
CLASS="literal"
>&#38;$object</TT
> being a reference to an
       object and <TT
CLASS="literal"
>$method</TT
> being a string
       containing the method-name
       </P
></LI
><LI
><P
>&#13;       An array of the form
       <TT
CLASS="literal"
>array(&#38;$class, $method)</TT
> with
       <TT
CLASS="literal"
>$class</TT
> being the class name and
       <TT
CLASS="literal"
>$method</TT
> being a method of the class.
       </P
></LI
></UL
>
  </P
><P
>&#13;  See also
  <A
HREF="api.unregister.postfilter.html"
>&#13;  <TT
CLASS="varname"
>unregister_postfilter()</TT
></A
>,
  <A
HREF="api.register.prefilter.html"
>&#13;  <TT
CLASS="varname"
>register_prefilter()</TT
></A
>,
  <A
HREF="api.load.filter.html"
><TT
CLASS="varname"
>load_filter()</TT
></A
>,
  <A
HREF="variable.autoload.filters.html"
>&#13;  <TT
CLASS="parameter"
><I
>$autoload_filters</I
></TT
></A
>
  and the
  <A
HREF="advanced.features.outputfilters.html"
>template output filters</A
>
  section.
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="api.register.outputfilter.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="api.register.prefilter.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>register_outputfilter()</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="api.functions.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>register_prefilter()</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>