\Symfony\Component\PropertyInfoPropertyDescriptionExtractorInterface

Guesses the property's human readable description.

Summary

Methods
Constants
getShortDescription()
getLongDescription()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getShortDescription()

getShortDescription(string  $class, string  $property, array  $context = []) : string|null

Gets the short description of the property.

Parameters

string $class
string $property
array $context

Returns

string|null —

getLongDescription()

getLongDescription(string  $class, string  $property, array  $context = []) : string|null

Gets the long description of the property.

Parameters

string $class
string $property
array $context

Returns

string|null —