mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-29 12:22:19 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@259743 c90b9560-bf6c-de11-be94-00142212c4b1
89 lines
2.6 KiB
XML
89 lines
2.6 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.13 $ -->
|
|
<!-- EN-Revision: 1.9 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.hwapi-content">
|
|
<refnamediv>
|
|
<refname>hw_api->content</refname>
|
|
<refpurpose>Retourne le contenu d'un objet</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<classsynopsis>
|
|
<ooclass><classname>hw_api</classname></ooclass>
|
|
<methodsynopsis>
|
|
<type>HW_API_Content</type><methodname>content</methodname>
|
|
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
|
</methodsynopsis>
|
|
</classsynopsis>
|
|
<para>
|
|
Retourne le contenu d'un document sous la forme d'un objet de type
|
|
<classname>hw_api_content</classname>.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><parameter>parameter</parameter></term>
|
|
<listitem>
|
|
<para>
|
|
Le paramètre <parameter>parameter</parameter> est un tableau qui contient
|
|
l'élément obligatoire <literal>"objectidentifier"</literal> et l'élément optionnel
|
|
<literal>"returnvalues"</literal>. 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>.
|
|
</para>
|
|
<para>
|
|
<constant>HW_API_CONTENT_ALLLINKS</constant> signifie qu'il faut insérer
|
|
toutes les ancres même si la destination n'est pas accessible.
|
|
</para>
|
|
<para>
|
|
<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 lien.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<para>
|
|
Retourne une instance de la classe
|
|
<classname>hw_api_content</classname>.
|
|
</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
|
|
-->
|