mediatekformation

SerializerExtractor
in package
implements PropertyListExtractorInterface

Lists available properties using Symfony Serializer Component metadata.

Tags
author

Kévin Dunglas dunglas@gmail.com

final

Interfaces, Classes, Traits and Enums

PropertyListExtractorInterface
Extracts the list of properties available for the given class.

Table of Contents

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

Properties

Methods

getProperties()

Gets the list of properties available for the given class.

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

Search results