Back to Sidebar class

Method setAction

public static void
setAction
(mixed $action)
Set value for the action attribute of the filter form
Parameters
  • string $action Value for the action attribute of the form
Returns
  • void
Since
  • 3.0
Class: Sidebar
Project: Joomla

Method setAction - Source code

/**
 * Set value for the action attribute of the filter form
 *
 * @param   string  $action  Value for the action attribute of the form
 *
 * @return  void
 *
 * @since   3.0
 */
public static function setAction($action)
{
    static::$action = $action;
}