ReflectionClass::getModifiers

ReflectionClass::getModifiersGets the class modifiers

Description

public ReflectionClass::getModifiers(): int

Returns a bitfield of the access modifiers for this class.

Parameters

This function has no parameters.

Return Values

Returns bitmask of modifier constants.

See Also