[phpwebapp-commits] CVS: web_app/session wbSession.php,1.8,1.9 tst.php,1.3,1.4 class.Session.php,1.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:08
|
Update of /cvsroot/phpwebapp/web_app/session In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/session Modified Files: wbSession.php tst.php class.Session.php class.Request.php class.Event.php Log Message: automatic code documentation generation Index: wbSession.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/wbSession.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** wbSession.php 1 Nov 2005 13:24:25 -0000 1.8 --- wbSession.php 2 Nov 2005 15:17:54 -0000 1.9 *************** *** 24,28 **** /** * Includes the session inside the HTML page. ! * @package session */ class wbSession extends WebObject --- 24,28 ---- /** * Includes the session inside the HTML page. ! * @package state */ class wbSession extends WebObject Index: tst.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/tst.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tst.php 25 Aug 2003 13:18:31 -0000 1.3 --- tst.php 2 Nov 2005 15:17:54 -0000 1.4 *************** *** 21,25 **** ! /** @package session */ /** */ --- 21,25 ---- ! /** @package state */ /** */ Index: class.Session.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Session.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** class.Session.php 1 Nov 2005 13:24:25 -0000 1.14 --- class.Session.php 2 Nov 2005 15:17:54 -0000 1.15 *************** *** 24,28 **** /** * Used to keep session (state, persistent) variables. ! * @package session */ class Session --- 24,28 ---- /** * Used to keep session (state, persistent) variables. ! * @package state */ class Session Index: class.Request.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Request.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** class.Request.php 22 Jul 2004 16:25:37 -0000 1.7 --- class.Request.php 2 Nov 2005 15:17:54 -0000 1.8 *************** *** 24,27 **** --- 24,29 ---- /** * Keeps the information comming from the browser. + * @package state + * @subpackage transition */ class Request Index: class.Event.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Event.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** class.Event.php 22 Jul 2004 16:25:37 -0000 1.6 --- class.Event.php 2 Nov 2005 15:17:54 -0000 1.7 *************** *** 24,27 **** --- 24,29 ---- /** * Used to keep the data of an event. + * @package state + * @subpackage transition */ class Event |