reference/stream/php_user_filter/oncreate.xml
4f6742c6efd4746d46eea65eedf3101a55f3d31d
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="php-user-filter.oncreate" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>php_user_filter::onCreate</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="php_user_filter">
13
12
<modifier>public</modifier> <type>bool</type><methodname>php_user_filter::onCreate</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
This method is called during instantiation of the filter class
...
...
@@ -80,7 +79,6 @@
80
79

81
80

82
81
</refentry>
83
-

84
82
<!-- Keep this comment at the end of the file
85
83
Local variables:
86
84
mode: sgml
87
85