TYPO3  7.6
Public Attributes | List of all members
Permission Class Reference
Inheritance diagram for Permission:
Enumeration TypeInterface

Public Attributes

const NOTHING = 0
 
const PAGE_SHOW = 1
 
const PAGE_EDIT = 2
 
const PAGE_DELETE = 4
 
const PAGE_NEW = 8
 
const CONTENT_EDIT = 16
 
const ALL = 31
 

Additional Inherited Members

- Public Member Functions inherited from Enumeration
 __construct ($value=null)
 
 equals ($value)
 
 __toString ()
 
- Static Public Member Functions inherited from Enumeration
static getConstants ($include_default=false)
 
static cast ($value)
 
- Protected Member Functions inherited from Enumeration
 setValue ($value)
 
 isValid ($value)
 
- Static Protected Member Functions inherited from Enumeration
static loadValues ()
 
- Protected Attributes inherited from Enumeration
 $value
 
- Static Protected Attributes inherited from Enumeration
static $enumConstants
 

Detailed Description

A class providing constants for bitwise operations on page access check

Definition at line 20 of file Permission.php.

Member Data Documentation

const ALL = 31
const CONTENT_EDIT = 16
const NOTHING = 0
const PAGE_DELETE = 4
const PAGE_EDIT = 2
const PAGE_NEW = 8
const PAGE_SHOW = 1