Ziskani nazvu modulu z presenteru

vylink
Člen | 2
+
0
-

Ahoj,

nema nette nekde nejakou metodu, na ziskani nazvu modulu?

Mam udelanou vlastni – viz nize, jen nevim, jestli zbytecne:

	public function getModuleName()
{
    $name = explode(':', $this->getName()); // converts name into the array
    return reset($name); // returns the first element of the array
}

Dik,

M

Matey
Člen | 142
+
+2
-

Ahoj, jediné o čom viem je statická funkcia z Nette\Application\Helpers