mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 19:38:57 +00:00
- added file documentation
This commit is contained in:
parent
aaa3476f7c
commit
b86d460c8e
|
@ -1,21 +1,16 @@
|
||||||
<?php
|
<?php
|
||||||
// MyDMS. Document Management System
|
/**
|
||||||
// Copyright (C) 2002-2005 Markus Westphal
|
* Implementation of user and group access object
|
||||||
// Copyright (C) 2006-2008 Malcolm Cowe
|
*
|
||||||
//
|
* @category DMS
|
||||||
// This program is free software; you can redistribute it and/or modify
|
* @package LetoDMS
|
||||||
// it under the terms of the GNU General Public License as published by
|
* @license GPL 2
|
||||||
// the Free Software Foundation; either version 2 of the License, or
|
* @version @version@
|
||||||
// (at your option) any later version.
|
* @author Uwe Steinmann <uwe@steinmann.cx>
|
||||||
//
|
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
|
||||||
// This program is distributed in the hope that it will be useful,
|
* 2010 Uwe Steinmann
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* @version Release: @package_version@
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*/
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU General Public License
|
|
||||||
// along with this program; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to represent a user access right.
|
* Class to represent a user access right.
|
||||||
|
@ -24,7 +19,8 @@
|
||||||
* @category DMS
|
* @category DMS
|
||||||
* @package LetoDMS
|
* @package LetoDMS
|
||||||
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
|
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
|
||||||
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Uwe Steinmann
|
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
|
||||||
|
* 2010 Uwe Steinmann
|
||||||
* @version Release: @package_version@
|
* @version Release: @package_version@
|
||||||
*/
|
*/
|
||||||
class LetoDMS_UserAccess { /* {{{ */
|
class LetoDMS_UserAccess { /* {{{ */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user