/** * Sets display text for the element * * @param string $label Display text for the element * @since 1.3 * @access public * @return void */ static function setLabel($label) { self::$_label = $label; }