[pLog-svn] r4172 - in plog/branches/lifetype-1.1.2/class/summary: . net

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Oct 23 11:09:36 GMT 2006


Author: oscar
Date: 2006-10-23 11:09:36 +0000 (Mon, 23 Oct 2006)
New Revision: 4172

Added:
   plog/branches/lifetype-1.1.2/class/summary/net/
   plog/branches/lifetype-1.1.2/class/summary/net/summaryrequestgenerator.class.php
Log:
I forgot something from revision 4169


Added: plog/branches/lifetype-1.1.2/class/summary/net/summaryrequestgenerator.class.php
===================================================================
--- plog/branches/lifetype-1.1.2/class/summary/net/summaryrequestgenerator.class.php	2006-10-23 10:25:02 UTC (rev 4171)
+++ plog/branches/lifetype-1.1.2/class/summary/net/summaryrequestgenerator.class.php	2006-10-23 11:09:36 UTC (rev 4172)
@@ -0,0 +1,25 @@
+<?php
+
+    include_once( PLOG_CLASS_PATH."class/net/baserequestgenerator.class.php" );
+
+    /**
+     * Very basic request generator for the summary. It is not meant to be used as a 
+     * request generator but only to generate a few URLs needed by the summary.
+     *
+     * @see RequestGenerator
+     * @see BaseRequestGenerator
+     */
+    class SummaryRequestGenerator extends BaseRequestGenerator 
+    {
+
+    	/**
+         * Constructor.
+         *
+         * @param blogInfo A BlogInfo object
+         */
+    	function SummaryRequestGenerator()
+        {
+        	$this->BaseRequestGenerator( null );
+        }
+    }
+?>



More information about the pLog-svn mailing list