Files
doc-fr/reference/reflection/reflectiontype.xml
Sergey Panteleev 2aed1f4f51 Sync PDO/Reflection and other class stub docs with English (#143)
Co-authored-by: George Peter Banyard <girgias@php.net>
2021-12-24 14:24:08 +00:00

106 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a324fcef8023bbb570603185dd097be366fd398d Maintainer: girgias Status: ready -->
<!-- Reviewed: yes -->
<phpdoc:classref xml:id="class.reflectiontype" 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 ReflectionType</title>
<titleabbrev>ReflectionType</titleabbrev>
<partintro>
<!-- {{{ ReflectionType intro -->
<section xml:id="reflectiontype.intro">
&reftitle.intro;
<para>
La classe <classname>ReflectionType</classname> relate
les informations à propos du type de retour d'une fonction.
L'extension Reflection déclare les sous-types suivants :
<simplelist>
<member><classname>ReflectionNamedType</classname> (à partir de PHP 7.1.0)</member>
<member><classname>ReflectionUnionType</classname> (à partir de PHP 8.0.0)</member>
<member><classname>ReflectionIntersectionType</classname> (à partir de PHP 8.1.0)</member>
</simplelist>
</para>
</section>
<!-- }}} -->
<section xml:id="reflectiontype.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass>
<classname>ReflectionType</classname>
</ooclass>
<classsynopsisinfo>
<ooclass>
<modifier>abstract</modifier>
<classname>ReflectionType</classname>
</ooclass>
<oointerface>
<interfacename>Stringable</interfacename>
</oointerface>
</classsynopsisinfo>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectiontype')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:fallback/>
</xi:include>
</classsynopsis>
<!-- }}} -->
</section>
<section role="changelog" xml:id="reflectiontype.changelog"><!-- {{{ -->
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
<classname>ReflectionType</classname> est devenue abstraite et <function>ReflectionType::isBuiltin</function>
a été déplacée vers <function>ReflectionNamedType::isBuiltin</function>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</section><!-- }}} -->
</partintro>
&reference.reflection.entities.reflectiontype;
</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
-->