Documentation

PropertyReadInfoExtractorInterface

Extract read information for the property of a class.

Tags
author

Joel Wurtz jwurtz@jolicode.com

Table of Contents

Methods

getReadInfo()  : PropertyReadInfo|null
Get read information object for a given property of a class.

Methods

getReadInfo()

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

public getReadInfo(string $class, string $property[, array<string|int, mixed> $context = [] ]) : PropertyReadInfo|null
Parameters
$class : string
$property : string
$context : array<string|int, mixed> = []
Return values
PropertyReadInfo|null

        
On this page

Search results