Changeset 962
- Timestamp:
- 10/19/07 13:59:33 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ipo/session/stubAbstractSession.php
r914 r962 95 95 $this->managePutValue($key, $value); 96 96 } 97 98 $this->doDescruct(); 99 } 100 101 /** 102 * template method for child classes to do specific descruction 103 */ 104 protected function doDescruct() 105 { 106 // intentionally empty 97 107 } 98 108
