- 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.
- C程序設(shè)計(jì)簡(jiǎn)明教程(第二版)
- 新一代通用視頻編碼H.266/VVC:原理、標(biāo)準(zhǔn)與實(shí)現(xiàn)
- 面向STEM的Scratch創(chuàng)新課程
- Xamarin.Forms Projects
- Natural Language Processing with Java and LingPipe Cookbook
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Getting Started with Nano Server
- Java Web應(yīng)用開發(fā)項(xiàng)目教程
- FPGA嵌入式項(xiàng)目開發(fā)實(shí)戰(zhàn)
- 深度學(xué)習(xí)入門:基于Python的理論與實(shí)現(xiàn)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)(Windows 7+Office 2010)
- Mastering Unity Scripting
- Mastering VMware vSphere Storage
- Flask Web開發(fā)實(shí)戰(zhàn):入門、進(jìn)階與原理解析
- 面向?qū)ο蟪绦蛟O(shè)計(jì)教程(C#版)