Back to BaseController class

Method getTasks

public array
getTasks
()
Gets the available tasks in the controller.
Returns
  • array Array[i] of task names.
Since
  • 3.0

Method getTasks - Source code

/**
 * Gets the available tasks in the controller.
 *
 * @return  array  Array[i] of task names.
 *
 * @since   3.0
 */
public function getTasks()
{
    return $this->methods;
}