ReflectionProperty::isReadOnly

Checks if property is readonly

Description

public bool ReflectionProperty::isReadOnly()

Checks whether the property is readonly.

Parameters

This function has no parameters.

Return Values

true if the property is readonly, false otherwise.

See Also

  • ReflectionProperty::isPublic
  • ReflectionProperty::isProtected
  • ReflectionProperty::isPrivate
  • ReflectionProperty::isStatic