php-doc-en/reference/reflection/reflectionfiber/construct.xml
Aaron Piotrowski 1f7a0e4af8
Fiber documentation
Co-authored-by: George Peter Banyard <girgias@php.net>
Co-authored-by: Sergey Panteleev <sergey@php.net>
Co-authored-by: Fabien Villepinte <fabien.villepinte@gmail.com>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-1096.
2021-12-02 16:11:55 +01:00

53 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<refentry xml:id="reflectionfiber.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>ReflectionFiber::__construct</refname>
<refpurpose>Constructs a ReflectionFiber object</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<modifier>public</modifier> <methodname>ReflectionFiber::__construct</methodname>
<methodparam><type>Fiber</type><parameter>fiber</parameter></methodparam>
</constructorsynopsis>
<para>
Constructs a <classname>ReflectionFiber</classname> object.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>fiber</parameter></term>
<listitem>
<para>
The <classname>Fiber</classname> to reflect.
</para>
</listitem>
</varlistentry>
</variablelist>
</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:"~/.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
-->