/**
 * Set a new instance of the theme that implements Themes interface.
 *
 * @param ThemeInterface $theme Theme interface.
 *
 * @return void
 *
 * @access public
 */
public static function setTheme(ThemeInterface $theme): void
Examples
use function Thermage\hr;
use function Thermage\render;
// ...
hr()::setTheme(new RadTheme());
            Getting Started
Methods
- border Set Hr element border style.
 - color Set Hr element text color style.
 - d Set Hr element display style.
 - getShortcodes Get Hr element shortcodes instance.
 - getTheme Get Hr element theme.
 - getValue Get Hr element value.
 - render Render Hr element.
 - setShortcodes Set Hr element shortcodes instance.
 - setTheme Set Hr element theme instance.
 - textAlign Set Hr element text align.
 - value Set Hr element value.