コード例 #1
0
ファイル: outputrenderers.php プロジェクト: stronk7/moodle
 /**
  * Internal implementation of url_select rendering
  *
  * @param url_select $select
  * @return string HTML fragment
  */
 protected function render_url_select(url_select $select)
 {
     return $this->render_from_template('core/url_select', $select->export_for_template($this));
 }