Zend Framework  1.12
Static Public Member Functions | Static Public Attributes | List of all members
Zend_Session_Exception Class Reference

Static Public Member Functions

static handleSessionStartError ($errno, $errstr, $errfile, $errline, $errcontext)
 handleSessionStartError() - interface for set_error_handler()
 
static handleSilentWriteClose ($errno, $errstr, $errfile, $errline, $errcontext)
 handleSilentWriteClose() - interface for set_error_handler()
 

Static Public Attributes

static $sessionStartError = null
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Exception
 __construct ($msg= '', $code=0, Exception $previous=null)
 Construct the exception.
 
 __call ($method, array $args)
 Overloading.
 
 __toString ()
 String representation of the exception.
 
- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 Returns previous Exception.
 

Member Function Documentation

static handleSessionStartError (   $errno,
  $errstr,
  $errfile,
  $errline,
  $errcontext 
)
static

handleSessionStartError() - interface for set_error_handler()

See Also
http://framework.zend.com/issues/browse/ZF-1325
Parameters
int$errno
string$errstr
Returns
void
static handleSilentWriteClose (   $errno,
  $errstr,
  $errfile,
  $errline,
  $errcontext 
)
static

handleSilentWriteClose() - interface for set_error_handler()

See Also
http://framework.zend.com/issues/browse/ZF-1325
Parameters
int$errno
string$errstr
Returns
void

Member Data Documentation

$sessionStartError = null
static