Files
doc-fr/reference/spl/arrayobject.xml
2024-10-13 21:12:15 +01:00

132 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 3994d010e9374ae4f56707cbb22b1811a4cc1963 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<reference xml:id="class.arrayobject" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>&class.theclass; <classname>ArrayObject</classname></title>
<titleabbrev>ArrayObject</titleabbrev>
<partintro>
<!-- {{{ ArrayObject intro -->
<section xml:id="arrayobject.intro">
&reftitle.intro;
<para>
Cette classe permet aux objets de fonctionner comme des tableaux.
</para>
<note>
<simpara>
Cette classe présente des défauts conceptuels, et son utilisation est donc déconseillée.
</simpara>
</note>
</section>
<!-- }}} -->
<section xml:id="arrayobject.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis class="class">
<ooclass>
<classname>ArrayObject</classname>
</ooclass>
<oointerface>
<modifier>implements</modifier>
<interfacename>IteratorAggregate</interfacename>
</oointerface>
<oointerface>
<interfacename>ArrayAccess</interfacename>
</oointerface>
<oointerface>
<interfacename>Serializable</interfacename>
</oointerface>
<oointerface>
<interfacename>Countable</interfacename>
</oointerface>
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<modifier>const</modifier>
<type>int</type>
<varname linkend="arrayobject.constants.std-prop-list">ArrayObject::STD_PROP_LIST</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<modifier>const</modifier>
<type>int</type>
<varname linkend="arrayobject.constants.array-as-props">ArrayObject::ARRAY_AS_PROPS</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.arrayobject')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='ArrayObject'])">
<xi:fallback/>
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.arrayobject')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ArrayObject'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
</section>
<section xml:id="arrayobject.constants">
&reftitle.constants;
<section xml:id="arrayobject.constants.flags">
<title>Options de <classname>ArrayObject</classname></title>
<variablelist>
<varlistentry xml:id="arrayobject.constants.std-prop-list">
<term><constant>ArrayObject::STD_PROP_LIST</constant></term>
<listitem>
<para>
Les propriétés de l'objet ont leur fonctionnement normal lorsqu'on
y accède depuis la liste (<function>var_dump</function>, &foreach;, etc.).
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="arrayobject.constants.array-as-props">
<term><constant>ArrayObject::ARRAY_AS_PROPS</constant></term>
<listitem>
<para>
Les éléments peuvent être accédé comme des propriétés (lecture et écriture).
La classe <classname>ArrayObject</classname> utilise so propre logique
pour accéder aux propriétés, ainsi aucun avertissement ou erreur est
émise lors d'une tentative de lecture ou écriture de propriétés dynamique.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
</section>
</partintro>
&reference.spl.entities.arrayobject;
</reference>
<!-- 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:"~/.phpdoc/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
-->