[Sungrazr-svn] [102] Sungrazr_Server_Handler: [CHG] added support for passing in a Request object

0 views
Skip to first unread message

cl...@killersoft.com

unread,
Dec 20, 2007, 3:17:17 PM12/20/07
to Sungra...@googlegroups.com
Revision
102
Author
clay
Date
2007-12-20 12:17:16 -0800 (Thu, 20 Dec 2007)

Log Message

Sungrazr_Server_Handler: [CHG] added support for passing in a Request object

Modified Paths

Diff

Modified: trunk/Sungrazr/Server/Handler.php (101 => 102)


--- trunk/Sungrazr/Server/Handler.php	2007-12-19 06:46:47 UTC (rev 101)
+++ trunk/Sungrazr/Server/Handler.php	2007-12-20 20:17:16 UTC (rev 102)
@@ -30,11 +30,15 @@
      * `caller`
      * : (Sungrazr_Server_Adapter) The server adapter that loaded this class.
      * 
+     * `request`
+     * : (Solar_Request) The incoming request to the API.
+     * 
      * @var array
      * 
      */
     protected $_Sungrazr_Server_Handler = array(
         'caller'    => null,
+        'request'   => null,
     );
     
     /**
@@ -84,6 +88,7 @@
             $this->_type = strtolower(end(explode('_', $caller_class)));
         }
         
+        // special setup
         $this->_setup();
     }
     
Reply all
Reply to author
Forward
0 new messages