Source for file SessionNamespace.php
Documentation is available at SessionNamespace.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Session namespace for Session.
- 17: *
- 20: */
- 22: {
- 34: /**
- 35: * Do not call directly. Use Session::getNamespace().
- 36: */
- 38: {
- 41: }
- 45: /**
- 46: * Returns an iterator over all namespace variables.
- 48: */
- 50: {
- 55: }
- 56: }
- 60: /**
- 61: * Sets a variable in this session namespace.
- 62: *
- 66: */
- 68: {
- 72: }
- 73: }
- 77: /**
- 78: * Gets a variable from this session namespace.
- 79: *
- 82: */
- 84: {
- 87: }
- 90: }
- 94: /**
- 95: * Determines whether a variable in this session namespace is set.
- 96: *
- 99: */
- 101: {
- 103: }
- 107: /**
- 108: * Unsets a variable in this session namespace.
- 109: *
- 112: */
- 114: {
- 116: }
- 120: /**
- 121: * Sets a variable in this session namespace.
- 122: *
- 126: */
- 128: {
- 130: }
- 134: /**
- 135: * Gets a variable from this session namespace.
- 136: *
- 139: */
- 141: {
- 143: }
- 147: /**
- 148: * Determines whether a variable in this session namespace is set.
- 149: *
- 152: */
- 154: {
- 156: }
- 160: /**
- 161: * Unsets a variable in this session namespace.
- 162: *
- 165: */
- 167: {
- 169: }
- 173: /**
- 174: * Sets the expiration of the namespace or specific variables.
- 178: */
- 180: {
- 187: }
- 197: }
- 202: }
- 204: }
- 208: /**
- 209: * Removes the expiration from the namespace or specific variables.
- 212: */
- 214: {
- 216: // from entire namespace
- 220: // from variables
- 223: }
- 226: }
- 227: }
- 231: /**
- 232: * Cancels the current session namespace.
- 234: */
- 236: {
- 239: }
- 241: }