Html::figure()
Creates a <figure>
tag with optional caption
Parameters
Name | Type | Default | Description |
---|---|---|---|
$content * | array |string |
– | Contents of the <figure> tag |
$caption | array |string |null |
'' |
Optional <figcaption> text to use |
$attr | array |
[ ] |
Additional attributes for the <figure> tag |
Return type
string