PropertyListExtractorInterface
in
Extracts the list of properties available for the given class.
Tags
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> = []