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