GoLang ReflectionProperty::isPublic

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



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

PHP ReflectionProperty::isPublic

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

ReflectionProperty::isPublic

(PHP 5, PHP 7)

ReflectionProperty::isPublicChecks if property is public

Description

public bool ReflectionProperty::isPublic ( void )

Checks whether the property is public.

Parameters

This function has no parameters.

Return Values

TRUE if the property is public, FALSE otherwise.

See Also