Sophie

Sophie

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

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

<HTML
><HEAD
><TITLE
>register_compiler_function()</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_block()"
HREF="api.register.block.html"><LINK
REL="NEXT"
TITLE="register_function()"
HREF="api.register.function.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.block.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.function.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="api.register.compiler.function"
></A
>register_compiler_function()</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN6102"
></A
>register_compiler_function()&nbsp;--&nbsp;dynamically register a compiler function plugin</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN6105"
></A
><H2
>Description</H2
>bool <B
CLASS="methodname"
>register_compiler_function</B
> ( string name, mixed impl, bool cacheable)<BR
></BR
><P
>&#13;   Pass in the
   <A
HREF="plugins.compiler.functions.html"
>compiler function</A
> name,
   followed by the PHP  function that implements it.
  </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;   <TT
CLASS="parameter"
><I
>cacheable</I
></TT
> can be omitted in
   most cases. See <A
HREF="caching.cacheable.html"
>controlling
   cacheability of plugin output</A
> on how to use it properly.
  </P
><P
>&#13;See also
<A
HREF="api.unregister.compiler.function.html"
>&#13;<TT
CLASS="varname"
>unregister_compiler_function()</TT
></A
>
and the
<A
HREF="plugins.compiler.functions.html"
>plugin compiler functions</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.block.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.function.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>register_block()</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_function()</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>