PHP Class ApiPlatform\Core\Util\Reflection

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

Public Methods

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

Method Details

getProperty() public method

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