mediatekformation

PropertyListExtractorInterface

Extracts the list of properties available for the given class.

Tags
author

Kévin Dunglas dunglas@gmail.com

Table of Contents

getProperties()  : array<string|int, string>|null
Gets the list of properties available for the given class.

Methods

getProperties()

Gets the list of properties available for the given class.

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

Search results