GoLang ReflectionProperty::isProtected

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



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

PHP ReflectionProperty::isProtected

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

ReflectionProperty::isProtected

(PHP 5, PHP 7)

ReflectionProperty::isProtectedChecks if property is protected

Description

public bool ReflectionProperty::isProtected ( void )

Checks whether the property is protected.

Parameters

This function has no parameters.

Return Values

TRUE if the property is protected, FALSE otherwise.

See Also