if I have a simple route
Route::get('foo', 'path\to\controller\MyController@bar');
when I'm in my application - Is there a method/function that will return the controller method that was used? ie: bar
.... is there anything like \Route::getCurrentControllerMethod()