interface PropertyWriteInfoExtractorInterface

Extract write information for the property of a class.

Methods

PropertyWriteInfo|null
getWriteInfo(string$class,string$property,array$context =[])

Get write information object for a given property of a class.

Details

PropertyWriteInfo|null getWriteInfo(string$class,string$property,array$context =[])

Get write information object for a given property of a class.

Parameters

string $class
string $property
array $context

Return Value

PropertyWriteInfo|null