Changeset 273
- Timestamp:
- 02/16/07 13:11:47 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ipo/session/stubBaseSession.php
r272 r273 23 23 { 24 24 /** 25 * the concrete instance26 *27 * @var stubBaseSession28 */29 protected static $instance = null;30 /**31 25 * switch whether session is new or not 32 26 *
