/[cvs]/bareface/yakka/library/YakkaPermission.php
ViewVC logotype

Contents of /bareface/yakka/library/YakkaPermission.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sun Jan 5 00:22:25 2003 UTC (21 years, 6 months ago) by bareface
Branch: MAIN
CVS Tags: HEAD
init;

1 <?php
2
3 class YakkaPermission {
4 var $accessorType;
5 var $accessorId;
6 var $permissionType;
7
8 var $grantedUsers;
9
10 function YakkaPermission($accessorType, $accessorId, $permissionType, $grantedUsers) {
11 $this->accessorType = $accessorType;
12 $this->accessorId = $accessorId;
13 $this->permissionType = $permissionType;
14 $this->grantedUsers = split(" ", $grantedUsers);
15 }
16 }
17
18 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed