- 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.
推薦閱讀
- Joomla! 1.5 Site Blueprints
- 做好PPT就靠這幾招:圖解力+吸引力+說服力
- UG NX10.0從新手到高手
- Moodle 1.9 for Teaching 7/14 Year Olds: Beginner's Guide
- ERP沙盤模擬簡明教程
- ImageMagick Tricks
- Magento 1.4 Themes Design
- 新編 中文版Photoshop入門與提高
- Vivado從此開始(進階篇)
- Asterisk 1.4 : The Professional's Guide
- 中文版Photoshop CS6從新手到高手(超值版)
- NetSuite OneWorld Implementation 2011 R2
- 剪映短視頻剪輯從入門到精通:宣傳短片+電商視頻+產品廣告+活動慶典
- Joomla! 1.5 JavaScript jQuery
- Instant GSON