‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Authentication\JsConfirmation Class Reference
Inheritance diagram for TYPO3\CMS\Core\Authentication\JsConfirmation:
TYPO3\CMS\Core\Type\BitSet

Public Attributes

const TYPE_CHANGE = 0b00000001
 
const COPY_MOVE_PASTE = 0b00000010
 
const DELETE = 0b00000100
 
const FE_EDIT = 0b00001000
 
const OTHER = 0b10000000
 
const ALL = self::TYPE_CHANGE | self::COPY_MOVE_PASTE | self::DELETE | self::FE_EDIT | self::UNUSED_16 | self::UNUSED_32 | self::UNUSED_64 | self::OTHER
 

Private Attributes

const UNUSED_16 = 0b00010000
 
const UNUSED_32 = 0b00100000
 
const UNUSED_64 = 0b01000000
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Type\BitSet
 __construct (int $set=0)
 
 set (int $bitIndex)
 
 setValue (int $bitIndex, bool $value)
 
 unset (int $bitIndex)
 
 get (int $bitIndex)
 
 clear ()
 
 and (BitSet $set)
 
 or (BitSet $set)
 
 xor (BitSet $set)
 
 andNot (BitSet $set)
 
 __toInt ()
 
 __toString ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Type\BitSet
int $set
 

Detailed Description

Bitset for bitwise operations on javascript confirmation popups

See also
https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/UserTsconfig/Options.html#alertpopups

Definition at line 27 of file JsConfirmation.php.

Member Data Documentation

◆ ALL

const TYPO3\CMS\Core\Authentication\JsConfirmation::ALL = self::TYPE_CHANGE | self::COPY_MOVE_PASTE | self::DELETE | self::FE_EDIT | self::UNUSED_16 | self::UNUSED_32 | self::UNUSED_64 | self::OTHER

◆ COPY_MOVE_PASTE

◆ DELETE

◆ FE_EDIT

const TYPO3\CMS\Core\Authentication\JsConfirmation::FE_EDIT = 0b00001000

◆ OTHER

const TYPO3\CMS\Core\Authentication\JsConfirmation::OTHER = 0b10000000

◆ TYPE_CHANGE

◆ UNUSED_16

const TYPO3\CMS\Core\Authentication\JsConfirmation::UNUSED_16 = 0b00010000
private

Definition at line 33 of file JsConfirmation.php.

◆ UNUSED_32

const TYPO3\CMS\Core\Authentication\JsConfirmation::UNUSED_32 = 0b00100000
private

Definition at line 34 of file JsConfirmation.php.

◆ UNUSED_64

const TYPO3\CMS\Core\Authentication\JsConfirmation::UNUSED_64 = 0b01000000
private

Definition at line 35 of file JsConfirmation.php.