- Moodle 1.9 Extension Development
- Jonathan Moore Michael Churchward
- 168字
- 2021-08-06 17:24:03
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "Finally, we display our table using the print_html
member function"
A block of code is set as follows:
<?php function learningisfunlink_filter($courseid, $text) { return $text; } ?>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
function get_content() {
if ($this->content !== NULL) {
return $this->content;
}//if
$context = get_context_instance(CONTEXT_SYSTEM); require_capability('moodle/site:doanything', $context);
$this->content = new stdClass;
$this->content->text = 'Hello World!';
return $this->content;
}//function get_content
New terms and important words are shown in bold. Words that you see on the screen, in menus, or dialog boxes for example, appear in the text like this: "Click on the Notifications link in the Site Administration block."
Note
Tips and tricks appear like this.
推薦閱讀
- 中文版3ds Max 2012實(shí)用教程(第2版)
- Entity Framework Tutorial
- 像攝影師一樣調(diào)色
- Photoshop CS6中文版從入門到精通(核心技法卷):摳圖、修圖、Camera Raw、調(diào)色、銳化、合成
- ASP.NET jQuery Cookbook
- Photoshop網(wǎng)店圖片處理實(shí)訓(xùn)教程
- AutoCAD 2017從新手到高手
- ANSYS Workbench中文版超級(jí)學(xué)習(xí)手冊(cè)
- 邊做邊學(xué):平面設(shè)計(jì)(Photoshop CS6 +CorelDRAW X6)
- ASP.NET Core 3從入門到實(shí)戰(zhàn)
- 無師自通AutoCAD 2014中文版機(jī)械設(shè)計(jì)
- TopSolid Wood軟件設(shè)計(jì)技術(shù)與應(yīng)用
- Moodle Course Conversion: Beginner's Guide
- 零基礎(chǔ)學(xué)Photoshop CS6(全視頻教學(xué)版)
- 寫給大家看的PPT設(shè)計(jì)書(第2版)