From Aspen Documentation
Returns the currently selected method.
Since 1.0
Arguments
string getSelectedMethod ()
Returns
Returns a string.
Examples
As an example, this function:
$this->APP->router->getSelectedMethod();
Would return the current module the user is at:
"view"