Skip navigation.
Home

ZEND_ACC_PROTECTED

Indicates a method has protected access

Methods declared protected can be accessed only inside of the class in which in is declared or in derived classes

This is an alias for 0x200