Files
smarty/docs/en/programmers/api-functions/api-unregister-block.xml

49 lines
1.3 KiB
XML
Raw Normal View History

2004-04-13 11:47:32 +00:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
2004-04-18 19:22:55 +00:00
<refentry id="api.unregister.block">
<refnamediv>
2005-05-27 16:25:02 +00:00
<refname>unregister_block()</refname>
<refpurpose>dynamically unregister block function plugins</refpurpose>
2004-04-18 19:22:55 +00:00
</refnamediv>
<refsect1>
2005-05-27 16:25:02 +00:00
<title>Description</title>
2004-04-18 19:22:55 +00:00
<methodsynopsis>
<type>void</type><methodname>unregister_block</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
2005-05-27 16:25:02 +00:00
Use this to dynamically unregister
2006-09-26 23:29:02 +00:00
<link linkend="plugins.block.functions">block function plugin</link>.
2004-04-18 19:22:55 +00:00
Pass in the block function <parameter>name</parameter>.
</para>
2005-05-27 16:25:02 +00:00
<para>
See also
2006-09-26 23:29:02 +00:00
<link linkend="api.register.block"><varname>register_block()</varname></link>
2005-05-27 16:25:02 +00:00
and
2006-09-26 23:29:02 +00:00
<link linkend="plugins.block.functions">block functions plugins</link>.
2005-05-27 16:25:02 +00:00
</para>
2004-04-18 19:22:55 +00:00
</refsect1>
</refentry>
2004-04-13 11:47:32 +00:00
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
2004-04-18 19:22:55 +00:00
-->