Esempio n. 1
0
 /**
  * namespaceUnset() - unset a namespace or a variable within a namespace
  *
  * @param string $namespace
  * @throws IfwPsn_Vendor_Zend_Session_Exception
  * @return void
  */
 public static function namespaceUnset($namespace)
 {
     parent::_namespaceUnset($namespace);
     IfwPsn_Vendor_Zend_Session_Namespace::resetSingleInstance($namespace);
 }
Esempio n. 2
0
 /**
  * unlockAll() - unmark all session/namespaces to enable read & write
  *
  * @return void
  */
 public static function unlockAll()
 {
     self::$_namespaceLocks = array();
 }