Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
|
This is the complete list of members for core\output\html_writer, including all inherited members.
alist(array $items, ?array $attributes=null, $tag='ul') | core\output\html_writer | static |
attribute($name, $value) | core\output\html_writer | static |
attributes(?array $attributes=null) | core\output\html_writer | static |
checkbox( $name, $value, $checked=true, $label='', ?array $attributes=null, ?array $labelattributes=null,) | core\output\html_writer | static |
div($content, $class='', ?array $attributes=null) | core\output\html_writer | static |
empty_tag($tagname, ?array $attributes=null) | core\output\html_writer | static |
end_div() | core\output\html_writer | static |
end_span() | core\output\html_writer | static |
end_tag($tagname) | core\output\html_writer | static |
img($src, $alt, ?array $attributes=null) | core\output\html_writer | static |
input_hidden_params(moodle_url $url, ?array $exclude=null) | core\output\html_writer | static |
label($text, $for, $colonize=true, array $attributes=[]) | core\output\html_writer | static |
link($url, $text, ?array $attributes=null) | core\output\html_writer | static |
nonempty_tag($tagname, $contents, ?array $attributes=null) | core\output\html_writer | static |
random_id($base='random') | core\output\html_writer | static |
script($jscode, $url=null) | core\output\html_writer | static |
select(array $options, $name, $selected='', $nothing=[''=> 'choosedots'], ?array $attributes=null, array $disabled=[],) | core\output\html_writer | static |
select_time($type, $name, $currenttime=0, $step=5, ?array $attributes=null, $timezone=99) | core\output\html_writer | static |
select_yes_no($name, $selected=true, ?array $attributes=null) | core\output\html_writer | static |
span($content, $class='', ?array $attributes=null) | core\output\html_writer | static |
start_div($class='', ?array $attributes=null) | core\output\html_writer | static |
start_span($class='', ?array $attributes=null) | core\output\html_writer | static |
start_tag($tagname, ?array $attributes=null) | core\output\html_writer | static |
table(html_table $table) | core\output\html_writer | static |
tag($tagname, $contents, ?array $attributes=null) | core\output\html_writer | static |