Hi all!

How i can check if a controller exists by controller name.
I searched google and find out that there is a way with $front->getDispatcher()->isDispatchable($testRequest) i can check... But i don`t understand how i should proceed? How to pass the controller name to isDispatchable method to check?