GoLang ReflectionClassConstant::isProtected

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



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

PHP ReflectionClassConstant::isProtected

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

ReflectionClassConstant::isProtected

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isProtectedChecks if class constant is protected

Description

public bool ReflectionClassConstant::isProtected ( void )

Checks if the class constant is protected.

Parameters

This function has no parameters.

Return Values

TRUE if the class constant is protected, otherwise FALSE

See Also