Skip to content

Commit 42349a0

Browse files
author
tailor
committed
[project @ Added some docs to KVForm.]
1 parent 04e7956 commit 42349a0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Net/OpenID/KVForm.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* This is the KVForm module.
5+
*
6+
* PHP versions 4 and 5
7+
*
8+
* LICENSE: See the COPYING file included in this distribution.
9+
*
10+
* @package OpenID
11+
* @author JanRain, Inc. <[email protected]>
12+
* @copyright 2005 Janrain, Inc.
13+
* @license http://www.gnu.org/copyleft/lesser.html LGPL
14+
*/
15+
16+
/**
17+
* The Net_OpenID_KVForm class.
18+
*
19+
* @package OpenID
20+
*/
321
class Net_OpenID_KVForm {
422
function arrayToKV($values) {
523
$serialized = '';

0 commit comments

Comments
 (0)