Back to SeparatorButton class

Method fetchButton

public void
fetchButton
()
Empty implementation (not required for separator)
Returns
  • void
Since
  • 3.0
Deprecated
  • 5.0

Method fetchButton - Source code

/**
 * Empty implementation (not required for separator)
 *
 * @return  void
 *
 * @since   3.0
 *
 * @deprecated  5.0 Use render() instead.
 */
public function fetchButton()
{
}