mediatekformation

PropertyTypeExtractorInterface

Type Extractor Interface.

Tags
author

Kévin Dunglas dunglas@gmail.com

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> = []
Return values
array<string|int, Type>|null

Search results