Show
Ignore:
Timestamp:
04/10/08 22:43:13 (1 month ago)
Author:
mikey
Message:

replaced stubSessionException with stubIllegalStateException

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/ipo/session/stubSession.php

    r1301 r1530  
    77 * @subpackage  ipo_session 
    88 */ 
    9 stubClassLoader::load('net::stubbles::ipo::session::stubSessionException'); 
    109/** 
    1110 * interface for sessions 
     
    5958     * 
    6059     * @return  int 
    61      * @throws  stubSessionException 
    6260     */ 
    6361    public function getStartTime(); 
     
    129127     * @param   mixed   $default  optional  return this if no data is associated with $key 
    130128     * @return  mixed 
    131      * @throws  stubSessionException 
    132129     */ 
    133130    public function getValue($key, $default = null); 
     
    146143     * @param   string  $name  key where value is stored under 
    147144     * @return  bool    true if value existed and was removed, else false 
    148      * @throws  stubSessionException 
    149145     */ 
    150146    public function removeValue($name); 
     
    154150     * 
    155151     * @return  array<string> 
    156      * @throws  stubSessionException 
    157152     */ 
    158153    public function getValueKeys();