parent
36716566b6
commit
72f0e809ae
|
@ -53,6 +53,16 @@ class Pane extends UserWidget
|
|||
$this->title = $name;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the name of this pane
|
||||
*
|
||||
* @param string $name
|
||||
*/
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the name of this pane
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue