svn: /phpdoc/ru/trunk/reference/mysql_xdevapi/ mysql-xdevapi.xsession.xml mysql_xdevapi/xsession/construct.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Thu, 31 Oct 2019 05:00:31 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348245
Log:
docs(ru): Not-existing files in English tree was deleted
Changed paths:
D phpdoc/ru/trunk/reference/mysql_xdevapi/mysql-xdevapi.xsession.xml
D phpdoc/ru/trunk/reference/mysql_xdevapi/mysql_xdevapi/xsession/construct.xml
Deleted: phpdoc/ru/trunk/reference/mysql_xdevapi/mysql-xdevapi.xsession.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysql_xdevapi/mysql-xdevapi.xsession.xml 2019-10-31 04:51:56 UTC (rev 348244)
+++ phpdoc/ru/trunk/reference/mysql_xdevapi/mysql-xdevapi.xsession.xml 2019-10-31 05:00:31 UTC (rev 348245)
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 345637 Maintainer: sergey Status: ready -->
-<!-- Reviewed: no -->
-
-<phpdoc:classref xml:id="class.mysql-xdevapi-xsession" 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>Класс XSession</title>
- <titleabbrev>mysql_xdevapi\XSession</titleabbrev>
-
- <partintro>
-
-<!-- {{{ mysql_xdevapi\XSession intro -->
- <section xml:id="mysql-xdevapi-xsession.intro">
- &reftitle.intro;
- <para>
-
- </para>
- </section>
-<!-- }}} -->
-
- <section xml:id="mysql-xdevapi-xsession.synopsis">
- &reftitle.classsynopsis;
-
-<!-- {{{ Synopsis -->
- <classsynopsis>
- <ooclass><classname>mysql_xdevapi\XSession</classname></ooclass>
-
-<!-- {{{ Class synopsis -->
- <classsynopsisinfo>
- <ooclass>
- <classname>mysql_xdevapi\XSession</classname>
- </ooclass>
- </classsynopsisinfo>
-<!-- }}} -->
-
- <classsynopsisinfo role="comment">Конструктор</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mysql-xdevapi-xsession')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])" />
- </classsynopsis>
-<!-- }}} -->
-
- </section>
-
- </partintro>
-
- &reference.mysql-xdevapi.mysql-xdevapi.entities.xsession;
-
-</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
--->
Deleted: phpdoc/ru/trunk/reference/mysql_xdevapi/mysql_xdevapi/xsession/construct.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysql_xdevapi/mysql_xdevapi/xsession/construct.xml 2019-10-31 04:51:56 UTC (rev 348244)
+++ phpdoc/ru/trunk/reference/mysql_xdevapi/mysql_xdevapi/xsession/construct.xml 2019-10-31 05:00:31 UTC (rev 348245)
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 345637 Maintainer: sergey Status: ready -->
-<!-- Reviewed: no -->
-
-<refentry xml:id="mysql-xdevapi-xsession.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <refnamediv>
- <refname>XSession::__construct</refname>
- <refpurpose>Описание конструктора</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
- &reftitle.description;
- <constructorsynopsis>
- <modifier>private</modifier> <methodname>mysql_xdevapi\XSession::__construct</methodname>
- <void />
- </constructorsynopsis>
- <para>
-
- </para>
-
- &warn.undocumented.func;
-
- </refsect1>
-
- <refsect1 role="parameters">
- &reftitle.parameters;
- &no.function.parameters;
- </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>
- -->
-
-
- <refsect1 role="examples">
- &reftitle.examples;
- <example>
- <title>Пример использования <function>mysql_xdevapi\XSession::__construct</function></title>
- <programlisting role="php">
-<![CDATA[
-<?php
-
-/* ... */
-
-?>
-]]>
- </programlisting>
- </example>
- </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
--->