$propertyAccessor $propertyAccessor : \Symfony\Component\PropertyAccess\PropertyAccessor Type \Symfony\Component\PropertyAccess\PropertyAccessor
testGetValueThrowsExceptionIfPropertyNotFound() testGetValueThrowsExceptionIfPropertyNotFound( $objectOrArray, $path) Parameters $objectOrArray $path
testGetValueThrowsNoExceptionIfIndexNotFound() testGetValueThrowsNoExceptionIfIndexNotFound( $objectOrArray, $path) Parameters $objectOrArray $path
testGetValueThrowsExceptionIfIndexNotFoundAndIndexExceptionsEnabled() testGetValueThrowsExceptionIfIndexNotFoundAndIndexExceptionsEnabled( $objectOrArray, $path) Parameters $objectOrArray $path
testGetValueReadsArrayWithMissingIndexForCustomPropertyPath() testGetValueReadsArrayWithMissingIndexForCustomPropertyPath()
testGetValueThrowsExceptionIfNotObjectOrArray() testGetValueThrowsExceptionIfNotObjectOrArray( $objectOrArray, $path) Parameters $objectOrArray $path
testSetValueThrowsExceptionIfPropertyNotFound() testSetValueThrowsExceptionIfPropertyNotFound( $objectOrArray, $path) Parameters $objectOrArray $path
testSetValueThrowsNoExceptionIfIndexNotFound() testSetValueThrowsNoExceptionIfIndexNotFound( $objectOrArray, $path) Parameters $objectOrArray $path
testSetValueThrowsNoExceptionIfIndexNotFoundAndIndexExceptionsEnabled() testSetValueThrowsNoExceptionIfIndexNotFoundAndIndexExceptionsEnabled( $objectOrArray, $path) Parameters $objectOrArray $path
testSetValueThrowsExceptionIfThereAreMissingParameters() testSetValueThrowsExceptionIfThereAreMissingParameters()
testSetValueThrowsExceptionIfNotObjectOrArray() testSetValueThrowsExceptionIfNotObjectOrArray( $objectOrArray, $path) Parameters $objectOrArray $path
testIsReadableReturnsFalseIfPropertyNotFound() testIsReadableReturnsFalseIfPropertyNotFound( $objectOrArray, $path) Parameters $objectOrArray $path
testIsReadableReturnsTrueIfIndexNotFound() testIsReadableReturnsTrueIfIndexNotFound( $objectOrArray, $path) Parameters $objectOrArray $path
testIsReadableReturnsFalseIfIndexNotFoundAndIndexExceptionsEnabled() testIsReadableReturnsFalseIfIndexNotFoundAndIndexExceptionsEnabled( $objectOrArray, $path) Parameters $objectOrArray $path
testIsReadableDoesNotRecognizeMagicCallByDefault() testIsReadableDoesNotRecognizeMagicCallByDefault()
testIsReadableReturnsFalseIfNotObjectOrArray() testIsReadableReturnsFalseIfNotObjectOrArray( $objectOrArray, $path) Parameters $objectOrArray $path
testIsWritableReturnsFalseIfPropertyNotFound() testIsWritableReturnsFalseIfPropertyNotFound( $objectOrArray, $path) Parameters $objectOrArray $path
testIsWritableReturnsTrueIfIndexNotFound() testIsWritableReturnsTrueIfIndexNotFound( $objectOrArray, $path) Parameters $objectOrArray $path
testIsWritableReturnsTrueIfIndexNotFoundAndIndexExceptionsEnabled() testIsWritableReturnsTrueIfIndexNotFoundAndIndexExceptionsEnabled( $objectOrArray, $path) Parameters $objectOrArray $path
testIsWritableDoesNotRecognizeMagicCallByDefault() testIsWritableDoesNotRecognizeMagicCallByDefault()
testIsWritableReturnsFalseIfNotObjectOrArray() testIsWritableReturnsFalseIfNotObjectOrArray( $objectOrArray, $path) Parameters $objectOrArray $path
testSetValueForReferenceChainIssue() testSetValueForReferenceChainIssue( $object, $path, $value) Parameters $object $path $value
testIsWritableForReferenceChainIssue() testIsWritableForReferenceChainIssue( $object, $path, $value) Parameters $object $path $value
testDoNotDiscardReturnTypeErrorWhenWriterMethodIsMisconfigured() testDoNotDiscardReturnTypeErrorWhenWriterMethodIsMisconfigured()