GoLang ReflectionProperty::getModifiers

request it (300)
GoLang replacement for PHP's ReflectionProperty::getModifiers [edit | history]



Do you know a GoLang replacement for PHP's ReflectionProperty::getModifiers? Write it!

PHP ReflectionProperty::getModifiers

PHP original manual for ReflectionProperty::getModifiers [ show | php.net ]

ReflectionProperty::getModifiers

(PHP 5, PHP 7)

ReflectionProperty::getModifiersGets the property modifiers

Description

public int ReflectionProperty::getModifiers ( void )

Gets the modifiers.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

A numeric representation of the modifiers.

See Also