bool isWritable(object|array $objectOrArray, string|PropertyPathInterface $propertyPath)
Returns whether a value can be written at a given property path.
Whenever this method returns true, {@link setValue()} is guaranteed not to throw an exception when called with the same arguments.
Please login to continue.