Example #1
0
 /**
  * A shortcut to posting back to the current page with a task and optional parameters. Only works in the context of.
  *
  * @param string $action
  * @param string $task
  *
  * @return string $url
  */
 public function action($action)
 {
     return parent::action($action);
 }