Back to ToolbarButton class

Method fetchButton

public string
fetchButton
()
Get the button
Returns
  • string
Since
  • 3.0
Deprecated
  • 5.0
Class: ToolbarButton
Project: Joomla

Method fetchButton - Source code

/**
 * Get the button
 *
 * Defined in the final button class
 *
 * @return  string
 *
 * @since   3.0
 *
 * @deprecated  5.0 Use render() instead.
 */
public abstract function fetchButton();