2008-01-22 21:04:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2004-04-13 11:47:32 +00:00
|
|
|
<!-- $Revision$ -->
|
2008-05-25 15:06:11 +00:00
|
|
|
<!-- EN-Revision: 0 Maintainer: freespace Status: ready -->
|
2004-08-02 06:46:02 +00:00
|
|
|
<refentry id="api.register.object">
|
|
|
|
|
<refnamediv>
|
|
|
|
|
<refname>register_object</refname>
|
|
|
|
|
<refpurpose></refpurpose>
|
|
|
|
|
</refnamediv>
|
|
|
|
|
<refsect1>
|
|
|
|
|
<title />
|
|
|
|
|
<methodsynopsis>
|
|
|
|
|
<type>void</type><methodname>register_object</methodname>
|
|
|
|
|
<methodparam><type>string</type><parameter>object_name</parameter></methodparam>
|
|
|
|
|
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
|
|
|
|
<methodparam><type>array</type><parameter>allowed_methods_properties</parameter></methodparam>
|
|
|
|
|
<methodparam><type>boolean</type><parameter>format</parameter></methodparam>
|
|
|
|
|
<methodparam><type>array</type><parameter>block_methods</parameter></methodparam>
|
|
|
|
|
</methodsynopsis>
|
|
|
|
|
<para>
|
2008-01-22 21:04:44 +00:00
|
|
|
Функция регестрирует объект для использования в шаблоне. Обратитесь к
|
|
|
|
|
разделу <link linkend="advanced.features.objects">Объекты</link>
|
|
|
|
|
за примерами.
|
2004-08-02 06:46:02 +00:00
|
|
|
</para>
|
2005-05-09 17:34:38 +00:00
|
|
|
<para>
|
2008-01-22 21:04:44 +00:00
|
|
|
См. также
|
2005-05-09 17:34:38 +00:00
|
|
|
<link linkend="api.unregister.object">unregister_object</link>.
|
|
|
|
|
</para>
|
2004-08-02 06:46:02 +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-06-21 10:25:42 +00:00
|
|
|
-->
|