API17

API17:JButtonCustom::fetchId

From Joomla! Documentation

Joomla 11.1 JButtonCustom::fetchId

Description

Get the button CSS Id.


public function fetchId (
        $type='Custom'
        $html= ''
        $id= 'custom'
)
Parameter Type Default Description
$type 'Custom'
$html
$id 'custom'
  • Returns string Button CSS Id
  • Defined on line 40 of libraries/joomla/html/toolbar/button/custom.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples