Adamgoose\Routing\Annotations\EndpointInterface::getMethodForPath PHP Méthode

getMethodForPath() public méthode

Get the controller method for the given endpoint path.
public getMethodForPath ( AbstractPath $path ) : string
$path AbstractPath
Résultat string
    public function getMethodForPath(AbstractPath $path);