OUTPUT 
- echo $OUTPUT->heading()
- echo $OUTPUT->footer()
- echo $OUTPUT->box_start()
- echo $OUTPUT->box_end()
- echo $OUTPUT->help_icon()
- echo $OUTPUT->single_select()
- echo $OUTPUT->user_picture($user, array('courseid'=>$courseid)
- echo $OUTPUT->action_link($url, $icon_url, new popup_action('click', $url));
$OUTPUT->header() 
print_header($title, $heading, $navigation, $focus, $meta, $cache, $button, $menu, $usexml, $bodytags, $return)は非推奨- $PAGE と $OUTPUT を使う
$PAGE->set_title($title); $PAGE->set_heading($heading); $PAGE->set_cacheable($cache); // true $PAGE->set_button($button); // ' ' $PAGE->set_headingmenu($menu); require_login($course->id); echo $OUTPUT->header();
- $PAGE と $OUTPUT を使う
$OUTPUT->single_button() 
/** * Returns a form with a single button. * * @param string|moodle_url $url * @param string $label button text * @param string $method get or post submit method * @param array $options associative array {disabled, title, etc.} * @return string HTML fragment */ public function single_button($url, $label, $method='post', array $options=null);
Counter: 464,
today: 1,
yesterday: 0
最終更新: 2021-07-30 (金) 18:16:54 (JST) (1331d) by iseki