reference/session/sessionhandlerinterface/open.xml
601f6f4ce5827d441a7e110184708f0abe9fd447
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="sessionhandlerinterface.open" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SessionHandlerInterface::open</refname>
...
...
@@ -9,10 +8,10 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::open</methodname>
14
-
<methodparam><type>string</type><parameter>save_path</parameter></methodparam>
15
-
<methodparam><type>string</type><parameter>session_name</parameter></methodparam>
11
+
<methodsynopsis role="SessionHandlerInterface">
12
+
<modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::open</methodname>
13
+
<methodparam><type>string</type><parameter>path</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>name</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
17
Re-initialize existing session, or creates a new one. Called when a session starts or when
...
...
@@ -24,7 +23,7 @@
24
23
&reftitle.parameters;
25
24
<variablelist>
26
25
<varlistentry>
27
-
<term><parameter>save_path</parameter></term>
26
+
<term><parameter>path</parameter></term>
28
27
<listitem>
29
28
<para>
30
29
The path where to store/retrieve the session.
...
...
@@ -32,7 +31,7 @@
32
31
</listitem>
33
32
</varlistentry>
34
33
<varlistentry>
35
-
<term><parameter>session_name</parameter></term>
34
+
<term><parameter>name</parameter></term>
36
35
<listitem>
37
36
<para>
38
37
The session name.
...
...
@@ -63,7 +62,6 @@
63
62
</refsect1>
64
63

65
64
</refentry>
66
-

67
65
<!-- Keep this comment at the end of the file
68
66
Local variables:
69
67
mode: sgml
70
68