Files
doc-fr/reference/hwapi/functions/hwapi-insertdocument.xml
Yannick Torres ae29108dc4 sync with EN Revision
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@166696 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 14:52:47 +00:00

55 lines
1.8 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- EN-Revision: 1.5 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry id="function.hwapi-insertdocument">
<refnamediv>
<refname>hw_api->insertdocument</refname>
<refpurpose>Insère un nouvel objet de type document</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>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
-->