示例#1
0
 /**
  * RolePermUser Initialise class
  * 
  * @param numeric $pUserId User ID of the user we wish to load
  * @param numeric $pContentId Content ID of the user we wish to load
  * @access public
  * @return void
  */
 function __construct($pUserId = NULL, $pContentId = NULL)
 {
     parent::__construct($pUserId, $pContentId);
     // Permission setup
     $this->mAdminContentPerm = 'p_users_admin';
 }