PropertyDescriptionExtractorInterface
in
Guesses the property's human readable description.
Tags
Table of Contents
Methods
- getLongDescription() : string|null
- Gets the long description of the property.
- getShortDescription() : string|null
- Gets the short description of the property.
Methods
getLongDescription()
Gets the long description of the property.
public
getLongDescription(string $class, string $property[, array<string|int, mixed> $context = [] ]) : string|null
Parameters
- $class : string
- $property : string
- $context : array<string|int, mixed> = []
Return values
string|nullgetShortDescription()
Gets the short description of the property.
public
getShortDescription(string $class, string $property[, array<string|int, mixed> $context = [] ]) : string|null
Parameters
- $class : string
- $property : string
- $context : array<string|int, mixed> = []