\Symfony\Component\PropertyInfoPropertyAccessExtractorInterface

Guesses if the property can be accessed or mutated.

Summary

Methods
Constants
isReadable()
isWritable()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

isReadable()

isReadable(string  $class, string  $property, array  $context = []) : bool|null

Is the property readable?

Parameters

string $class
string $property
array $context

Returns

bool|null —

isWritable()

isWritable(string  $class, string  $property, array  $context = []) : bool|null

Is the property writable?

Parameters

string $class
string $property
array $context

Returns

bool|null —