Changeset 1041 for trunk/core/lib/Foswiki/AccessControlException.pm
- Timestamp:
- 11/28/08 13:33:03 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/AccessControlException.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/AccessControlException.pm
r1039 r1041 1 1 # See bottom of file for license and copyright information 2 =pod TML 2 3 =begin TML 3 4 4 5 ---+ package Foswiki::AccessControlException … … 18 19 user is not logged in) or reported (if they are and just don't have access). 19 20 21 API version $Date$ (revision $Rev$) 22 23 *Since* _date_ indicates where functions or parameters have been added since 24 the baseline of the API (TWiki release 4.2.3). The _date_ indicates the 25 earliest date of a Foswiki release that will support that function or 26 parameter. 27 28 *Deprecated* _date_ indicates where a function or parameters has been 29 [[http://en.wikipedia.org/wiki/Deprecation][deprecated]]. Deprecated 30 functions will still work, though they should 31 _not_ be called in new plugins and should be replaced in older plugins 32 as soon as possible. Deprecated parameters are simply ignored in Foswiki 33 releases after _date_. 34 35 *Until* _date_ indicates where a function or parameter has been removed. 36 The _date_ indicates the latest date at which Foswiki releases still supported 37 the function or parameter. 38 20 39 =cut 40 41 # THIS PACKAGE IS PART OF THE PUBLISHED API USED BY EXTENSION AUTHORS. 42 # DO NOT CHANGE THE EXISTING APIS (well thought out extensions are OK) 43 # AND ENSURE ALL POD DOCUMENTATION IS COMPLETE AND ACCURATE. 21 44 22 45 package Foswiki::AccessControlException; … … 25 48 use strict; 26 49 27 =pod 50 our $VERSION = '$Rev$'; 51 52 =begin TML 28 53 29 54 ---+ ClassMethod new($mode, $user, $web, $topic, $reason) … … 52 77 } 53 78 54 = pod79 =begin TML 55 80 56 81 ---++ ObjectMethod stringify() -> $string
Note: See TracChangeset
for help on using the changeset viewer.
