API17

API17:JButtonLink::fetchId

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples