- Timestamp:
- 04/10/08 22:43:13 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ipo/session/stubSession.php
r1301 r1530 7 7 * @subpackage ipo_session 8 8 */ 9 stubClassLoader::load('net::stubbles::ipo::session::stubSessionException');10 9 /** 11 10 * interface for sessions … … 59 58 * 60 59 * @return int 61 * @throws stubSessionException62 60 */ 63 61 public function getStartTime(); … … 129 127 * @param mixed $default optional return this if no data is associated with $key 130 128 * @return mixed 131 * @throws stubSessionException132 129 */ 133 130 public function getValue($key, $default = null); … … 146 143 * @param string $name key where value is stored under 147 144 * @return bool true if value existed and was removed, else false 148 * @throws stubSessionException149 145 */ 150 146 public function removeValue($name); … … 154 150 * 155 151 * @return array<string> 156 * @throws stubSessionException157 152 */ 158 153 public function getValueKeys();
