Files
doc-fr/reference/parle/parle.errorinfo.xml
George Peter Banyard 22d3a5fa7e Use canonical type names
This follow up on 351133 which is the EN equivalent

Commands used to generate this patch is located https://gist.github.com/Girgias/440124551e14c3bc5106c53bc493449e

This was used as the French translation was fully up to date before this change came up and therefore replacing
the EN-Revision is safe

git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@351172 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-03 07:44:35 +00:00

119 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<phpdoc:classref xml:id="class.parle-errorinfo" 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 Parle\ErrorInfo</title>
<titleabbrev>Parle\ErrorInfo</titleabbrev>
<partintro>
<!-- {{{ Parle\ErrorInfo intro -->
<section xml:id="parle-errorinfo.intro">
&reftitle.intro;
<para>
La classe représente les informations d'erreurs détaillées, tel que founies
par la méthode <methodname>Parle\Parser::errorInfo</methodname>
</para>
</section>
<!-- }}} -->
<section xml:id="parle-errorinfo.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>Parle\ErrorInfo</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>Parle\ErrorInfo</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<type>int</type>
<varname linkend="parle-errorinfo.props.id">id</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>int</type>
<varname linkend="parle-errorinfo.props.position">position</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>mixed</type>
<varname linkend="parle-errorinfo.props.token">token</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<!-- Uncomment if there are some methods, same for the entities item down there. -->
<!--<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.parle-errorinfo')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />-->
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ Parle\ErrorInfo properties -->
<section xml:id="parle-errorinfo.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="parle-errorinfo.props.id">
<term><varname>id</varname></term>
<listitem>
<para>Error id.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="parle-errorinfo.props.position">
<term><varname>position</varname></term>
<listitem>
<para>Position in the input, where the error occurred.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="parle-errorinfo.props.token">
<term><varname>token</varname></term>
<listitem>
<para>
Si applicable, la classe <classname>Parle\Token</classname> relative à l'erreur,
sinon &null;.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
</partintro>
<!--&reference.parle.entities.parle-errorinfo;-->
</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
-->