Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 637 Bytes

wbr.md

File metadata and controls

39 lines (26 loc) · 637 Bytes

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">