System:Router:here

From Aspen Documentation

Answers whether or not the user is in a specific module/method.

Since 1.0

Arguments

boolean here ([string $module = false], [string $method = false])

module
The name of a module.
method
The name of a method.

Returns

Returns boolean.

Examples

Example:

$this->APP->router->here('Index_Admin');