2002-04-15 00:12:54 +00:00
|
|
|
<?xml version='1.0' encoding='iso-8859-1' ?>
|
2003-06-02 16:43:27 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
|
|
|
<refentry id="function.hwapi-content">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>hw_api->content</refname>
|
2003-06-02 16:43:27 +00:00
|
|
|
<refpurpose>Retourne le contenu d'un objet</refpurpose>
|
2002-04-15 00:12:54 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>object</type><methodname>content</methodname>
|
|
|
|
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2003-06-02 16:43:27 +00:00
|
|
|
<function>hw_api->content</function> retourne le contenu d'un
|
|
|
|
document sous la forme d'un objet de type
|
|
|
|
<classname>hw_api_content</classname>. Le paramètre
|
|
|
|
<parameter>parameter</parameter> est un tableau qui contient
|
|
|
|
l'élément obligatoire 'objectidentifier' et l'élément optionnel
|
|
|
|
'mode'. Le mode peut être l'une des constantes suivantes :
|
|
|
|
<constant>HW_API_CONTENT_ALLLINKS</constant>,
|
|
|
|
<constant>HW_API_CONTENT_REACHABLELINKS</constant> ou
|
|
|
|
<constant>HW_API_CONTENT_PLAIN</constant>.
|
|
|
|
<constant>HW_API_CONTENT_ALLLINKS</constant> signifie qu'il faut insérer
|
|
|
|
toutes les ancres même si la destination n'est pas accessible.
|
|
|
|
<constant>HW_API_CONTENT_REACHABLELINKS</constant> indique à
|
|
|
|
<function>hw_api_content</function> qu'il faut insérer uniquement les
|
|
|
|
destinations accessibles, et
|
|
|
|
<constant>HW_API_CONTENT_PLAIN</constant> conduit à un document sans
|
|
|
|
aucun liens.
|
2002-04-15 00:12:54 +00:00
|
|
|
</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
|
|
|
|
-->
|