- Magento Extensions Development
- Jérémie Bouchet
- 175字
- 2021-07-14 11:02:00
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Create a Helper
class of the extension by adding the following code into the Helper[extension_path]/Helper/Event.php
"
A block of code is set as follows:
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <module name="Blackbird_TicketBlaster" setup_version="1.0.0" /> </config>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<router id="standard"> <route id="events" frontName="events"> <module name="Blackbird_TicketBlaster" /> </route>
Any command-line input or output is written as follows:
php bin/magento module:enable php bin/magento setup:upgrade
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Mastering OpenLayers 3
- HTML5移動Web開發(fā)技術(shù)
- 構(gòu)建移動網(wǎng)站與APP:HTML 5移動開發(fā)入門與實戰(zhàn)(跨平臺移動開發(fā)叢書)
- Reactive Programming with Swift
- SEO智慧
- Linux命令行與shell腳本編程大全(第4版)
- 區(qū)塊鏈技術(shù)進階與實戰(zhàn)(第2版)
- 代碼閱讀
- Hadoop 2.X HDFS源碼剖析
- Vue.js 3應用開發(fā)與核心源碼解析
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- Python趣味編程與精彩實例
- Python高性能編程(第2版)
- Python程序員面試算法寶典
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)