The Hr element represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.
Usage
Simple example of usage Hr
element.
use function Thermage\hr;
use function Thermage\render;
// ...
render (
hr()
);
Terminal
$ php thermage.php
Methods
Method | Description |
---|---|
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. |
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.