Back to Sidebar class

Method getAction

public static string
getAction
()
Get value for the action attribute of the filter form
Returns
  • string
Since
  • 3.0
Class: Sidebar
Project: Joomla

Method getAction - Source code

/**
 * Get value for the action attribute of the filter form
 *
 * @return  string
 *
 * @since   3.0
 */
public static function getAction()
{
    return static::$action;
}