ReflectionProperty::getModifiers
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Gets the property modifiers
Description
ReflectionProperty::getModifiers(): int
Gets the modifiers.
Parameters Parameters
Return Values
A numeric representation of the modifiers. The actual meaning of these modifiers are described under predefined constants.
See Also
ReflectionProperty::isPrivateReflection::getModifierNames