html_helper.php
system/Helpers/html_helper.php
18 fn
ul
(array $list, $attributes = '')
ol
(array $list, $attributes = '')
_list
(string $type = 'ul', $list = [], $attributes = '', int $depth = 0)
img
($src = '', bool $indexPage = false, $attributes = '')
img_data
(string $path, ?string $mime = null)
doctype
(string $type = 'html5')
script_tag
($src = '', bool $indexPage = false)
link_tag
($href = '', string $rel = 'stylesheet', string $type = 'text/css', string $title = '', string $media = '', bool $indexPage = false, string $hreflang = '', )
video
($src, string $unsupportedMessage = '', string $attributes = '', array $tracks = [], bool $indexPage = false)
audio
($src, string $unsupportedMessage = '', string $attributes = '', array $tracks = [], bool $indexPage = false)
_media
(string $name, array $types = [], string $unsupportedMessage = '', string $attributes = '', array $tracks = [])
source
(string $src, string $type = 'unknown', string $attributes = '', bool $indexPage = false)
track
(string $src, string $kind, string $srcLanguage, string $label)
object
(string $data, string $type = 'unknown', string $attributes = '', array $params = [], bool $indexPage = false)
param
(string $name, string $value, string $type = 'ref', string $attributes = '')
embed
(string $src, string $type = 'unknown', string $attributes = '', bool $indexPage = false)
_has_protocol
(string $url)
_space_indent
(int $depth = 2)