Sungrazr_Server_Handler: [CHG] Added setup method that extended classes may override for calling post-construction
--- trunk/Sungrazr/Server/Handler.php 2007-12-19 01:12:07 UTC (rev 100)
+++ trunk/Sungrazr/Server/Handler.php 2007-12-19 06:46:47 UTC (rev 101)
@@ -83,10 +83,23 @@
$caller_class = get_class($this->_config['caller']);
$this->_type = strtolower(end(explode('_', $caller_class)));
}
+
+ $this->_setup();
}
/**
*
+ * Post-construction setup.
+ *
+ * @return void
+ *
+ */
+ protected function _setup()
+ {
+ }
+
+ /**
+ *
* Return the fault
*
* @return array