JButtonLink::fetchId
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JButtonLink::fetchId[edit]
Description[edit]
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[edit]
- JButtonLink::fetchId source code on BitBucket
- Class JButtonLink
- Subpackage Html
- Other versions of JButtonLink::fetchId
User contributed notes[edit]
Code Examples[edit]