GoLang ReflectionMethod::isProtected

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



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

PHP ReflectionMethod::isProtected

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

ReflectionMethod::isProtected

(PHP 5, PHP 7)

ReflectionMethod::isProtectedChecks if method is protected

Description

public bool ReflectionMethod::isProtected ( void )

Checks if the method is protected.

Parameters

This function has no parameters.

Return Values

TRUE if the method is protected, otherwise FALSE

See Also