PropertyWriteInfoExtractorInterface
in
Extract write information for the property of a class.
Tags
Table of Contents
Methods
- getWriteInfo() : PropertyWriteInfo|null
- Get write information object for a given property of a class.
Methods
getWriteInfo()
Get write information object for a given property of a class.
public
getWriteInfo(string $class, string $property[, array<string|int, mixed> $context = [] ]) : PropertyWriteInfo|null
Parameters
- $class : string
- $property : string
- $context : array<string|int, mixed> = []