ReflectionProperty::isPrivate

Checks if property is private

Description

public bool ReflectionProperty::isPrivate()

Checks whether the property is private.

Parameters

This function has no parameters.

Return Values

true if the property is private, false otherwise.

Note: Note this refers only to the main visibility, and not to a set-visibility, if specified.

See Also

  • ReflectionProperty::isPublic
  • ReflectionProperty::isProtected
  • ReflectionProperty::isReadOnly
  • ReflectionProperty::isStatic