0

I am trying to get the list of routers and followed this available module, but I am trying to get the router for every url that executed on the browser.

In the code as shown below.

foreach ($this->_routerList as $router) { $ret .= get_class($router)."\n"; } 

is giving me routes only for this module, where as I want for all the urls.

2
  • what's the purpose of this? could you share? Commented Mar 31, 2021 at 1:45
  • purpose is to see which router is triggered on the frontend and whats the class of that object Commented Mar 31, 2021 at 8:23

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.