PHP Класс ApiPlatform\Core\Util\Reflection

Автор: Kévin Dunglas ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getProperty ( string $methodName ) : string | null Gets the property name associated with an accessor method.

Описание методов

getProperty() публичный метод

Gets the property name associated with an accessor method.
public getProperty ( string $methodName ) : string | null
$methodName string
Результат string | null