(PHP 5, PHP 7)
Checks if property is public
public bool ReflectionProperty::isPublic ( void )
Checks whether the property is public.
Returns:
TRUE
if the property is public, FALSE
otherwise.
See also:
ReflectionProperty::isProtected() -
Please login to continue.