- 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.
- 精通Nginx(第2版)
- DevOps with Kubernetes
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Django開發從入門到實踐
- Developing Middleware in Java EE 8
- Scratch 3游戲與人工智能編程完全自學教程
- YARN Essentials
- C語言程序設計案例精粹
- 算法訓練營:提高篇(全彩版)
- C語言程序設計學習指導與習題解答
- Learning Raspbian
- Java Web開發詳解
- Programming with CodeIgniterMVC
- Laravel Application Development Blueprints
- 超簡單:用Python讓Excel飛起來(實戰150例)