HAPEL Core Method Reference <wbr ...> Description Creates a <wbr> html tag. wbr($class, $id, $style, $attr); Parameters Parameter Required Default $class no null $id no null $style no null $attr no null Return Values string Example Usage: echo wbr('myClass'); Result: <wbr class="myClass">