/** * Set the help keyword to the given string. */ public static function setHelpKeyword($help_keyword) { self::$help_keyword = $help_keyword; }