Documentation

Modifiers
in package

FinalYes

Modifiers used (as a bit mask) by various flags subnodes, for example on classes, functions, properties and constants.

Table of Contents

Constants

ABSTRACT  = 16
FINAL  = 32
PRIVATE  = 4
PRIVATE_SET  = 512
PROTECTED  = 2
PROTECTED_SET  = 256
PUBLIC  = 1
PUBLIC_SET  = 128
READONLY  = 64
STATIC  = 8
VISIBILITY_SET_MASK  = self::PUBLIC_SET | self::PROTECTED_SET | self::PRIVATE_SET

Constants

PROTECTED_SET

public mixed PROTECTED_SET = 256

VISIBILITY_SET_MASK

public mixed VISIBILITY_SET_MASK = self::PUBLIC_SET | self::PROTECTED_SET | self::PRIVATE_SET

        
On this page

Search results