PHP Class IMP_Dynamic_Helper_Base, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_View_Helper_Base
显示文件 Open project: horde/horde

Public Methods

Method Description
actionButton ( array $params = [] ) : string Output an action button.

Method Details

actionButton() public method

Output an action button.
public actionButton ( array $params = [] ) : string
$params array A list of parameters: - class: (string) The CSS classname to use for the link. - htmltitle: (string) The string to use for the HTML title attribute, if different than 'title'. - icon: (string) The icon CSS classname. - id: (string) The DOM ID of the link. - title: (string) The title string.
return string An HTML link to $url.