mirror of
https://github.com/php/pecl-database-mysql_xdevapi.git
synced 2026-03-23 23:02:08 +01:00
Removed xsession as per 30088118
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 344775 $ -->
|
||||
<!-- $Revision: 348241 $ -->
|
||||
|
||||
<book xml:id="book.mysql-xdevapi" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Mysql_xdevapi</title>
|
||||
@@ -62,7 +61,6 @@
|
||||
&reference.mysql-xdevapi.mysql-xdevapi.tableselect;
|
||||
&reference.mysql-xdevapi.mysql-xdevapi.tableupdate;
|
||||
&reference.mysql-xdevapi.mysql-xdevapi.warning;
|
||||
&reference.mysql-xdevapi.mysql-xdevapi.xsession;
|
||||
|
||||
</book>
|
||||
|
||||
|
||||
@@ -1,67 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 344775 $ -->
|
||||
|
||||
<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 class</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">Constructor</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
|
||||
-->
|
||||
@@ -1,79 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
|
||||
<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>Description constructor</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> example</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
|
||||
-->
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 347405 $ -->
|
||||
<!-- $Revision: 348241 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
@@ -58,9 +58,6 @@
|
||||
<function name='mysql_xdevapi\expression' from='PECL mysql-xdevapi >= 8.0.11'/>
|
||||
<function name='mysql_xdevapi\expression::__construct' from='PECL mysql-xdevapi >= 8.0.11'/>
|
||||
|
||||
<function name='mysql_xdevapi\xsession' from='PECL mysql-xdevapi >= 8.0.11'/>
|
||||
<function name='mysql_xdevapi\xsession::__construct' from='PECL mysql-xdevapi >= 8.0.11'/>
|
||||
|
||||
<function name='mysql_xdevapi\session' from='PECL mysql-xdevapi >= 8.0.11'/>
|
||||
<function name='mysql_xdevapi\session::__construct' from='PECL mysql-xdevapi >= 8.0.11'/>
|
||||
<function name='mysql_xdevapi\session::sql' from='PECL mysql-xdevapi >= 8.0.11'/>
|
||||
|
||||
Reference in New Issue
Block a user