Back to ContentHelper class

Method addSubmenu

public static void
addSubmenu
(mixed $vName)
Configure the Linkbar. Must be implemented by each extension.
Parameters
  • string $vName The name of the active view.
Returns
  • void
Since
  • 3.1
Class: ContentHelper
Project: Joomla

Method addSubmenu - Source code

/**
 * Configure the Linkbar. Must be implemented by each extension.
 *
 * @param   string  $vName  The name of the active view.
 *
 * @return  void
 *
 * @since   3.1
 */
public static function addSubmenu($vName)
{
}