Copied!

Guesses if the property can be accessed or mutated.

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?

© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration