mirror of
https://github.com/php/doc-ru.git
synced 2026-03-24 15:52:13 +01:00
89 lines
2.3 KiB
XML
89 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 876a6a393125efc9d771cebdae1c02fec37c8ef7 Maintainer: sergey Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="commonmark-node-link.construct">
|
|
<refnamediv>
|
|
<refname>CommonMark\Node\Link::__construct</refname>
|
|
<refpurpose>Конструктор класса Link</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<constructorsynopsis>
|
|
<modifier>public</modifier> <methodname>CommonMark\Node\Link::__construct</methodname>
|
|
<void/>
|
|
</constructorsynopsis>
|
|
<constructorsynopsis>
|
|
<modifier>public</modifier> <methodname>CommonMark\Node\Link::__construct</methodname>
|
|
<methodparam><type>string</type><parameter>url</parameter></methodparam>
|
|
</constructorsynopsis>
|
|
<constructorsynopsis>
|
|
<modifier>public</modifier> <methodname>CommonMark\Node\Link::__construct</methodname>
|
|
<methodparam><type>string</type><parameter>url</parameter></methodparam>
|
|
<methodparam><type>string</type><parameter>title</parameter></methodparam>
|
|
</constructorsynopsis>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
|
|
&warn.undocumented.func;
|
|
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><parameter>url</parameter></term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>title</parameter></term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<!-- Return values commented out, as constructors generally don't return a
|
|
value. Uncomment this if you do need a return values section (for
|
|
example, because there's also a procedural version of the method).
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<para>
|
|
|
|
</para>
|
|
</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
|
|
-->
|