Documentation

PropertyWriteInfoExtractorInterface

Extract write information for the property of a class.

Tags
author

Joel Wurtz jwurtz@jolicode.com

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> = []
Return values
PropertyWriteInfo|null

        
On this page

Search results