Guesses if the property can be accessed or mutated.
- author Kévin Dunglas
AbstractInterface
Methods |
public abstract isReadable(string $class, string $property, array $context = []) : ?bool Is the property readable? |
public abstract isWritable(string $class, string $property, array $context = []) : ?bool Is the property writable? |