Skip to content

Update ext/session role attributes #1987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/session/sessionhandler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sessionhandler')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sessionhandler')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SessionHandler'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
8 changes: 3 additions & 5 deletions reference/session/sessionhandler/close.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<!-- $Revision$ -->
<refentry xml:id="sessionhandler.close" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SessionHandler::close</refname>
Expand All @@ -9,9 +8,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandler">
<modifier>public</modifier> <type>bool</type><methodname>SessionHandler::close</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Closes the current session. This method is automatically executed internally by PHP when
Expand Down Expand Up @@ -48,7 +47,6 @@
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
6 changes: 2 additions & 4 deletions reference/session/sessionhandler/create-sid.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<!-- $Revision$ -->
<refentry xml:id="sessionhandler.create-sid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SessionHandler::create_sid</refname>
Expand All @@ -9,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandler">
<modifier>public</modifier> <type>string</type><methodname>SessionHandler::create_sid</methodname>
<void/>
</methodsynopsis>
Expand Down Expand Up @@ -40,7 +39,6 @@
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandler/destroy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandler">
<modifier>public</modifier> <type>bool</type><methodname>SessionHandler::destroy</methodname>
<methodparam><type>string</type><parameter>id</parameter></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandler/gc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandler">
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>SessionHandler::gc</methodname>
<methodparam><type>int</type><parameter>max_lifetime</parameter></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandler/open.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandler">
<modifier>public</modifier> <type>bool</type><methodname>SessionHandler::open</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandler/read.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandler">
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>SessionHandler::read</methodname>
<methodparam><type>string</type><parameter>id</parameter></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandler/write.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandler">
<modifier>public</modifier> <type>bool</type><methodname>SessionHandler::write</methodname>
<methodparam><type>string</type><parameter>id</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandlerinterface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sessionhandlerinterface')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sessionhandlerinterface')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SessionHandlerInterface'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandlerinterface/close.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandlerInterface">
<modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::close</methodname>
<void/>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandlerinterface/destroy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandlerInterface">
<modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::destroy</methodname>
<methodparam><type>string</type><parameter>id</parameter></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandlerinterface/gc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandlerInterface">
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>SessionHandlerInterface::gc</methodname>
<methodparam><type>int</type><parameter>max_lifetime</parameter></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandlerinterface/open.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandlerInterface">
<modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::open</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandlerinterface/read.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandlerInterface">
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>SessionHandlerInterface::read</methodname>
<methodparam><type>string</type><parameter>id</parameter></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionhandlerinterface/write.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionHandlerInterface">
<modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::write</methodname>
<methodparam><type>string</type><parameter>id</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionidinterface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sessionidinterface')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sessionidinterface')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SessionIdInterface'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/session/sessionidinterface/create-sid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionIdInterface">
<modifier>public</modifier> <type>string</type><methodname>SessionIdInterface::create_sid</methodname>
<void/>
</methodsynopsis>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sessionupdatetimestamphandlerinterface')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sessionupdatetimestamphandlerinterface')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SessionUpdateTimestampHandlerInterface'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionUpdateTimestampHandlerInterface">
<modifier>public</modifier> <type>bool</type><methodname>SessionUpdateTimestampHandlerInterface::updateTimestamp</methodname>
<methodparam><type>string</type><parameter>id</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SessionUpdateTimestampHandlerInterface">
<modifier>public</modifier> <type>bool</type><methodname>SessionUpdateTimestampHandlerInterface::validateId</methodname>
<methodparam><type>string</type><parameter>id</parameter></methodparam>
</methodsynopsis>
Expand Down