mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-20 10:58:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129876 c90b9560-bf6c-de11-be94-00142212c4b1
56 lines
2.2 KiB
XML
56 lines
2.2 KiB
XML
<?xml version='1.0' encoding='iso-8859-1' ?>
|
|
<!-- $Revision: 1.3 $ -->
|
|
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
|
<refentry id="function.hwapi-insertanchor">
|
|
<refnamediv>
|
|
<refname>hw_api->insertanchor</refname>
|
|
<refpurpose>Insère un nouvel objet de type ancre</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<methodsynopsis>
|
|
<type>object</type><methodname>insertanchor</methodname>
|
|
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>hw_api->insertanchor</function> est un raccourci pour
|
|
<function>hwapi_insert</function>. Elle insère un objet de type
|
|
ancre ('anchor') et assigne les attribus nécessaires.
|
|
Le paramètre <parameter>parameter</parameter> contient les éléments obligatoires
|
|
'object' et 'documentIdentifier' et les éléments optionnels
|
|
'destinationIdentifier', 'parameter', 'hint' et 'attributeSelector'.
|
|
L'élément 'documentIdentifier' spécifie le document d'insertion de l'ancre.
|
|
La cible de l'ancre est spécifiée par 'destinationIdentifier' si il
|
|
existe. Si la cible n'existe pas, l'élément 'hint' doit être configuré
|
|
avec le nom de l'objet qui est prévu pour être inséré ultérieurement.
|
|
Une fois que l'insertion a été faite, la cible sera résolue automatiquement.
|
|
</para>
|
|
<para>
|
|
Voir aussi
|
|
<function>hwapi_insertdocument</function>,
|
|
<function>hwapi_insertcollection</function> et
|
|
<function>hwapi_insert</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
|
|
-->
|