Интерфейс PropertyDescriptionExtractor
интерфейс PropertyDescriptionExtractorInterface
Интерфейс для извлечения описания свойств.
Методы
| string|null | getShortDescription(string $class, string $property, array $context = array()) Получает краткое описание свойства. | |
| string|null | getLongDescription(string $class, string $property, array $context = array()) Получает подробное описание свойства. |
Подробности
string|null getShortDescription(string $class, string $property, array $context = array())
Получает краткое описание свойства.
Параметры
| string | $class | |
| string | $property | |
| array | $context |
Возвращаемое значение
| string|null |
string|null getLongDescription(string $class, string $property, array $context = array())
Получает подробное описание свойства.
Параметры
| string | $class | |
| string | $property | |
| array | $context |
Возвращаемое значение
| string|null |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.html