Skip to content

Commit c547882

Browse files
authored
Update construct.xml to En
1 parent ab842b7 commit c547882

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

language/predefined/attribute/construct.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 681fd84dbdef6c0f8fe92848677d95a993b66143 Maintainer: sergey Status: ready -->
2+
<!-- EN-Revision: 0eb433f1dec35ba1c0daf2d8b30b47f284ad5670 Maintainer: sergey Status: ready -->
33
<!-- Reviewed: no -->
44
<refentry xml:id="attribute.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>Attribute::__construct</refname>
7-
<refpurpose>Создаёт новый экземпляр Attribute</refpurpose>
7+
<refpurpose>Инициализирует новый экземпляр класса Attribute</refpurpose>
88
</refnamediv>
99

1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<constructorsynopsis role="Attribute">
1313
<modifier>public</modifier> <methodname>Attribute::__construct</methodname>
14-
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>Attribute::TARGET_ALL</initializer></methodparam>
14+
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>Attribute::TARGET_ALL</constant></initializer></methodparam>
1515
</constructorsynopsis>
1616
<para>
17-
Создаёт новый экземпляр <classname>Attribute</classname>.
17+
Метод инициализирует объект <classname>Attribute</classname>.
1818
</para>
1919
</refsect1>
2020

0 commit comments

Comments
 (0)