Source for file Identity.php
Documentation is available at Identity.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Default implementation of IIdentity.
- 17: *
- 20: *
- 24: *
- 26: */
- 28: {
- 39: /**
- 43: */
- 45: {
- 49: }
- 53: /**
- 54: * Sets the name of user.
- 57: */
- 59: {
- 63: }
- 67: /**
- 68: * Returns the name of user.
- 70: */
- 72: {
- 74: }
- 78: /**
- 79: * Sets a list of roles that the user is a member of.
- 82: */
- 84: {
- 88: }
- 92: /**
- 93: * Returns a list of roles that the user is a member of.
- 95: */
- 97: {
- 99: }
- 103: /**
- 104: * Returns a user data.
- 106: */
- 108: {
- 110: }
- 114: /**
- 115: * Sets user data value.
- 119: */
- 121: {
- 128: }
- 129: }
- 133: /**
- 134: * Returns user data value.
- 137: */
- 139: {
- 145: }
- 146: }
- 148: }