- 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.
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- Java異步編程實戰(zhàn)
- Power Up Your PowToon Studio Project
- PHP 7底層設(shè)計與源碼實現(xiàn)
- 小程序,巧運營:微信小程序運營招式大全
- 嚴密系統(tǒng)設(shè)計:方法、趨勢與挑戰(zhàn)
- 快速念咒:MySQL入門指南與進階實戰(zhàn)
- Mastering JBoss Enterprise Application Platform 7
- SQL 經(jīng)典實例
- FPGA嵌入式項目開發(fā)實戰(zhàn)
- Secret Recipes of the Python Ninja
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- PostgreSQL 12 High Availability Cookbook
- Scratch 3.0少兒游戲趣味編程
- Python語言及其應(yīng)用(第2版)