PropertyTypeExtractorInterface
in
Type Extractor Interface.
Tags
Table of Contents
- getTypes() : array<string|int, Type>|null
- Gets types of a property.
Methods
getTypes()
Gets types of a property.
public
getTypes(string $class, string $property[, array<string|int, mixed> $context = [] ]) : array<string|int, Type>|null
Parameters
- $class : string
- $property : string
- $context : array<string|int, mixed> = []