Files
doc-fr/reference/hwapi/functions/hwapi-insertdocument.xml
Yannick Torres f8d83fa10c sync with EN (docBook update)
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@240154 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-22 19:16:28 +00:00

56 lines
1.8 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- EN-Revision: 1.7 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.hwapi-insertdocument" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hw_api->insertdocument</refname>
<refpurpose>Insère un nouvel objet de type document</refpurpose>
</refnamediv>
<refsect1>
&reftitle.description;
<methodsynopsis>
<type>hw_api_object</type><methodname>hw_api->insertdocument</methodname>
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
</methodsynopsis>
<para>
<function>hw_api->insertdocument</function> est un raccourci pour
<function>hwapi_insert</function>. Il insère un objet avec un contenu
et assigne certains attributs obligatoires. Le paramètre
<parameter>parameter</parameter> est un tableau qui contient
les éléments obligatoires 'object', 'parentIdentifier' et 'content' et
les éléments optionnels 'mode', 'parameter' et 'attributeSelector'.
Voyez <function>hwapi_insert</function> pour la signification de chacun
des éléments.
</para>
<para>
Voir aussi
<function>hwapi_insert</function>,
<function>hwapi_insertanchor</function> et
<function>hwapi_insertcollection</function>.
</para>
</refsect1>
</refentry>
<!-- 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
-->