mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 18:02:17 +01:00
219 lines
6.5 KiB
XML
219 lines
6.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: b3ed29c728e742a2f3d067558f1ece6a1c006f2e Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<!-- CREDITS: DavidA -->
|
|
<phpdoc:classref xml:id="class.dateperiod" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<title>La classe DatePeriod</title>
|
|
<titleabbrev>DatePeriod</titleabbrev>
|
|
|
|
<partintro>
|
|
|
|
<!-- {{{ DatePeriod intro -->
|
|
<section xml:id="dateperiod.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Représente une période de dates.
|
|
</para>
|
|
<para>
|
|
Une période de dates permet des itérations à travers
|
|
un jeu de dates et d'heures, survenant à intervalle régulier,
|
|
sur une période donnée.
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<section xml:id="dateperiod.synopsis">
|
|
&reftitle.classsynopsis;
|
|
|
|
<!-- {{{ Synopsis -->
|
|
<classsynopsis>
|
|
<ooclass>
|
|
<classname>DatePeriod</classname>
|
|
</ooclass>
|
|
|
|
<classsynopsisinfo>
|
|
<ooclass>
|
|
<classname>DatePeriod</classname>
|
|
</ooclass>
|
|
|
|
<oointerface>
|
|
<interfacename>IteratorAggregate</interfacename>
|
|
</oointerface>
|
|
</classsynopsisinfo>
|
|
|
|
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
|
|
<fieldsynopsis>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="dateperiod.constants.exclude-start-date">DatePeriod::EXCLUDE_START_DATE</varname>
|
|
<initializer>1</initializer>
|
|
</fieldsynopsis>
|
|
|
|
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>int</type>
|
|
<varname linkend="dateperiod.props.recurrences">recurrences</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>bool</type>
|
|
<varname linkend="dateperiod.props.include_start_date">include_start_date</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>DateTimeInterface</type>
|
|
<varname linkend="dateperiod.props.start">start</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>DateTimeInterface</type>
|
|
<varname linkend="dateperiod.props.current">current</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>DateTimeInterface</type>
|
|
<varname linkend="dateperiod.props.end">end</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>DateInterval</type>
|
|
<varname linkend="dateperiod.props.interval">interval</varname>
|
|
</fieldsynopsis>
|
|
|
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.dateperiod')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.dateperiod')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
</classsynopsis>
|
|
<!-- }}} -->
|
|
|
|
</section>
|
|
|
|
<!-- {{{ DatePeriod constants -->
|
|
<section xml:id="dateperiod.constants">
|
|
&reftitle.constants;
|
|
<variablelist>
|
|
<varlistentry xml:id="dateperiod.constants.exclude-start-date">
|
|
<term><constant>DatePeriod::EXCLUDE_START_DATE</constant></term>
|
|
<listitem>
|
|
<para>Exclut la date de début, utilisé par <function>DatePeriod::__construct</function>.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
|
|
<section xml:id="dateperiod.props">
|
|
&reftitle.properties;
|
|
<variablelist>
|
|
<varlistentry xml:id="dateperiod.props.recurrences">
|
|
<term><varname>recurrences</varname></term>
|
|
<listitem>
|
|
<para>
|
|
Le nombre d'ocurrences, si l'instance de <classname>DatePeriod</classname>
|
|
a été crée explicitement en passant <literal>$recurrences</literal>.
|
|
Voir aussi <methodname>DatePeriod::getRecurrences</methodname>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="dateperiod.props.include_start_date">
|
|
<term><varname>include_start_date</varname></term>
|
|
<listitem>
|
|
<para>
|
|
S'il faut inclure la date de début dans l'ensemble des dates récurrentes
|
|
ou non.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="dateperiod.props.start">
|
|
<term><varname>start</varname></term>
|
|
<listitem>
|
|
<para>
|
|
La date de début de la période.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="dateperiod.props.current">
|
|
<term><varname>current</varname></term>
|
|
<listitem>
|
|
<para>
|
|
Pendant l'itération, cela contiendra la date du jour dans la période.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="dateperiod.props.end">
|
|
<term><varname>end</varname></term>
|
|
<listitem>
|
|
<para>
|
|
La date de fin de la période.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="dateperiod.props.interval">
|
|
<term><varname>interval</varname></term>
|
|
<listitem>
|
|
<para>
|
|
Une spécification d'intervalle répétitif ISO 8601.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
|
|
<section role="changelog">
|
|
&reftitle.changelog;
|
|
<informaltable>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>&Version;</entry>
|
|
<entry>&Description;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>8.0.0</entry>
|
|
<entry>
|
|
La classe <classname>DatePeriod</classname> implémente désormais <interfacename>IteratorAggregate</interfacename>.
|
|
Auparavant, seule <interfacename>Traversable</interfacename> était implémentée.
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</section>
|
|
|
|
</partintro>
|
|
|
|
&reference.datetime.entities.dateperiod;
|
|
|
|
</phpdoc:classref>
|
|
<!-- 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
|
|
-->
|