reference/oauth/oauth/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -9,13 +9,13 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis>
13
13
<modifier>public</modifier> <methodname>OAuth::__construct</methodname>
14
14
<methodparam><type>string</type><parameter>consumer_key</parameter></methodparam>
15
15
<methodparam><type>string</type><parameter>consumer_secret</parameter></methodparam>
16
16
<methodparam choice="opt"><type>string</type><parameter>signature_method</parameter><initializer><constant>OAUTH_SIG_METHOD_HMACSHA1</constant></initializer></methodparam>
17
17
<methodparam choice="opt"><type>int</type><parameter>auth_type</parameter><initializer>0</initializer></methodparam>
18
-
</methodsynopsis>
18
+
</constructorsynopsis>
19
19
<para>
20
20
Creates a new OAuth object
21
21
</para>
22
22