API17:JButtonLink::fetchId
From Joomla! Documentation
JButtonLink::fetchId
Description
Get the button CSS Id.
public function fetchId (
$type= 'Link'
$name= ''
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | 'Link' | The button type. |
| $name | string | The name of the button. |
- Returns string Button CSS Id
- Defined on line 52 of libraries/joomla/html/toolbar/button/link.php
- Since

See also
JButtonLink::fetchId source code on BitBucket
Class JButtonLink
Subpackage Html- Other versions of JButtonLink::fetchId
User contributed notes
Code Examples