Function ipHtmlAttributes()
Description:
string
ipHtmlAttributes
(
[
integer|null
$doctype
]
)
Get HTML attributes for tag.
Package: ImpressPagesParameters:
integer|null |
$doctype = null |
Doctype value. For constant value list, see \Ip\Response\Layout class definition. |
Return values:
string
|
A string with generated attributes for <html> tag. |