Abstract Class ModQuickIconHelper

Description

Helper for mod_quickicon

  • abstract:
  • since: 1.6

Located in /administrator/modules/mod_quickicon/helper.php (line 19)


	
			
Variable Summary
 static mixed $buttons
Method Summary
 static array &getButtons (JObject $params)
 static string getTitle (JObject $params, JObject $module)
 static array groupButtons (array $buttons)
Variables
static mixed $buttons = array() (line 26)

Stack to hold buttons

  • since: 1.6
  • access: protected
Methods
static getButtons (line 40)

Helper method to return button list.

This method returns the array by reference so it can be used to add custom buttons or remove default ones.

  • return: An array of buttons
  • since: 1.6
  • access: public
static array &getButtons (JObject $params)
  • JObject $params: The module parameters.
static getTitle (line 206)

Get the alternate title for the module

  • return: The alternate title for the module.
  • access: public
static string getTitle (JObject $params, JObject $module)
  • JObject $params: The module parameters.
  • JObject $module: The module.
static groupButtons (line 187)

Classifies the $buttons by group

  • return: The buttons sorted by groups
  • since: 3.2
  • access: public
static array groupButtons (array $buttons)
  • array $buttons: The buttons

Documentation generated on Tue, 19 Nov 2013 15:04:27 +0100 by phpDocumentor 1.4.3