Back to BaseController class

Method getTask

public string
getTask
()
Get the last task that is being performed or was most recently performed.
Returns
  • string The task that is being performed or was most recently performed.
Since
  • 3.0

Method getTask - Source code

/**
 * Get the last task that is being performed or was most recently performed.
 *
 * @return  string  The task that is being performed or was most recently performed.
 *
 * @since   3.0
 */
public function getTask()
{
    return $this->task;
}