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
PROTECTED  = 2
PUBLIC  = 1
READONLY  = 64
STATIC  = 8
VISIBILITY_MASK  = 1 | 2 | 4

Constants

VISIBILITY_MASK

public mixed VISIBILITY_MASK = 1 | 2 | 4

        
On this page

Search results