Source for file IIdentity.php
Documentation is available at IIdentity.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Represents the user of application.
- 17: *
- 20: */
- 22: {
- 24: /**
- 25: * Returns the name of user.
- 27: */
- 28: //function getName();
- 30: /**
- 31: * Returns a list of roles that the user is a member of.
- 33: */
- 36: }