Changeset 1598 for trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisAbstractExtension.php
- Timestamp:
- 05/26/08 12:14:53 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisAbstractExtension.php
r1301 r1598 54 54 $this->session = $session; 55 55 $this->response = $response; 56 $this->doConstruct(); 57 } 58 59 /** 60 * optional template method to do some constructor work in derived classes 61 */ 62 protected function doConstruct() 63 { 64 // intentionally empty 56 65 } 57 66
