‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Reflection\ClassSchema\PropertyCharacteristics Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Reflection\ClassSchema\PropertyCharacteristics:
TYPO3\CMS\Core\Type\BitSet

Public Attributes

const VISIBILITY_PRIVATE = 1 << 0
 
const VISIBILITY_PROTECTED = 1 << 1
 
const VISIBILITY_PUBLIC = 1 << 2
 
const ANNOTATED_LAZY = 1 << 4
 
const ANNOTATED_TRANSIENT = 1 << 5
 

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

only to be used within Extbase, not part of TYPO3 Core API.

Definition at line 25 of file PropertyCharacteristics.php.

Member Data Documentation

◆ ANNOTATED_LAZY

const TYPO3\CMS\Extbase\Reflection\ClassSchema\PropertyCharacteristics::ANNOTATED_LAZY = 1 << 4

◆ ANNOTATED_TRANSIENT

const TYPO3\CMS\Extbase\Reflection\ClassSchema\PropertyCharacteristics::ANNOTATED_TRANSIENT = 1 << 5

◆ VISIBILITY_PRIVATE

const TYPO3\CMS\Extbase\Reflection\ClassSchema\PropertyCharacteristics::VISIBILITY_PRIVATE = 1 << 0

◆ VISIBILITY_PROTECTED

const TYPO3\CMS\Extbase\Reflection\ClassSchema\PropertyCharacteristics::VISIBILITY_PROTECTED = 1 << 1

◆ VISIBILITY_PUBLIC

const TYPO3\CMS\Extbase\Reflection\ClassSchema\PropertyCharacteristics::VISIBILITY_PUBLIC = 1 << 2