blob: 79c6b7a5fed462a6d3ff4d9edab38b7464a938d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | 
<?php
/**
 * TRoleManagerModule class.
 * Manages a TRolePrincipal instance for the current user. This class cannot be inherited.
 *
 * @author Jason Ragsdale <jrags@jasrags.net>
 * @version $Id: TRoleManagerModule.php 1398 2006-09-08 19:31:03Z xue $
 * @package System.Web.Security
 * @since 3.1
 */
final class TRoleManagerModule extends TModule 
{
	
}
?>
  |