API16

API16:JButton/ construct

From Joomla! Documentation

Description

Constructor


<! removed transcluded page call, red link never existed >

Syntax

__construct($parent=null)
Parameter Name Default Value Description
$parent null

Defined in

libraries/joomla/html/toolbar/button.php

Importing

jimport( 'joomla.html.toolbar.button' );

Source Body

public function __construct($parent = null)
{
        $this->_parent = $parent;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples