/** * Sets the label displayed with the textarea * * @access public * @param string $label The label to display. * @return void */ function setLabel($label) { $this->_Label->SetValue($label); }