ZendDevelopersTools工具栏中有哪些第二组数据(例如:主页上的索引::索引)?

I am not sure that question name is correct. Edit it please or suggest something better if it is not enought good.

ZendDeveloperTools Toolbar looks like:

enter image description here

What the data in 2nd group means? This data:

enter image description here

Or this:

enter image description here

Google doesn't want provide any help: Google — What data presented in zenddevelopertools

Thats why I am asking here.

I thought this block represents something like: Controller::Action on Module, but zf2 doesn't have module home, it has Application. And yes, Application module has IndexController controller and index action in it. But why home? Same for zfcuser. I have zfcuser module in my project — ok. But controller name is UserController, not zfcuser.

Can you explain me what data is represented in this block?

I would guess that's the name of the currently matched route.