API17:JButtonConfirm::fetchButton
From Joomla! Documentation
JButtonConfirm::fetchButton
Description
public function fetchButton (
$type='Confirm'
$msg=''
$name= ''
$text= ''
$task= ''
$list=true
$hideMenu=false
)
Parameter | Type | Default | Description |
---|---|---|---|
$type | 'Confirm' | ||
$msg | |||
$name | |||
$text | |||
$task | |||
$list | true | ||
$hideMenu | false |
- Returns
- Defined on line 29 of libraries/joomla/html/toolbar/button/confirm.php
See also
JButtonConfirm::fetchButton source code on BitBucket
Class JButtonConfirm
Subpackage Html
- Other versions of JButtonConfirm::fetchButton
User contributed notes
Code Examples