Piwik\Plugins\Installation\FormSuperUser::__construct PHP Method

__construct() public method

public __construct ( $id = 'generalsetupform', $method = 'post', $attributes = null, $trackSubmit = false )
    function __construct($id = 'generalsetupform', $method = 'post', $attributes = null, $trackSubmit = false)
    {
        parent::__construct($id, $method, $attributes = array('autocomplete' => 'off'), $trackSubmit);
    }
FormSuperUser