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