PHP Class ApiPlatform\Core\Util\Reflection

Author: Kévin Dunglas ([email protected])
Afficher le fichier Open project: api-platform/core Class Usage Examples

Méthodes publiques

Méthode Description
getProperty ( string $methodName ) : string | null Gets the property name associated with an accessor method.

Method Details

getProperty() public méthode

Gets the property name associated with an accessor method.
public getProperty ( string $methodName ) : string | null
$methodName string
Résultat string | null