API16:JForm/setName

From Joomla! Documentation

Jump to: navigation, search

Contents

Description

Method to set the form name.

[Edit Descripton]

Description:JForm/setName

Syntax

setName($name)
Parameter Name Default Value Description
$name $name The new name of the form.

Returns

void

Defined in

libraries/joomla/form/form.php

Importing

jimport( 'joomla.form.form' );

Source Body

public function setName($name)
{
        $this->_name = $name;
}

[Edit See Also] SeeAlso:JForm/setName

Examples


Personal tools