Source for file custom.php
Documentation is available at custom.php
* @package Joomla.Libraries
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* Renders a custom button
* @package Joomla.Libraries
* Fetch the HTML for the button
* @param string $type Button type, unused string.
* @param string $html HTML strng for the button
* @param string $id CSS id for the button
* @return string HTML string for the button
public function fetchButton($type =
'Custom', $html =
'', $id =
'custom')
* @param string $type Not used.
* @param string $html Not used.
* @param string $id The id prefix for the button.
* @return string Button CSS Id
public function fetchId($type =
'Custom', $html =
'', $id =
'custom')
return $this->_parent->getName() .
'-' .
$id;
Documentation generated on Tue, 19 Nov 2013 14:57:41 +0100 by phpDocumentor 1.4.3