itsmelepassos / handbag
在屏幕上显示某些包的特性
Requires
- php: >=8.0
README
PT-BR: 此脚本面向正在学习面向对象编程概念的技术学生。
EN: This script is aimed at technology students who are currently learning Object Oriented Programming
定义此仓库/Defining this repo
PT-BR: 可用的脚本旨在帮助编程学生或好奇者理解面向对象的基本概念。为此,我们以展示可以在专卖店购买的女士包的特性为例。
EN: The available scripts are intended to help students or those curious about programming understand the basic concepts of Object Orientation. For this purpose, an example was created to display the characteristics of a handbag that can be purchased in specialized stores.
这个想法是如何产生的?/How did this idea come about?
PT-BR: 最初是从软件工程师Shirley Rios在社交媒体上的一系列视频中得到的灵感,她以非常简单的方式向关注者解释了面向对象的概念,使用了日常物品及其特性。
EN: The idea came from a series of videos by software engineer Shirley Rios on a social network, who explained the concepts of Object Orientation to her followers in a very simple way, using everyday items and their characteristics.
安装/Installation
PT-BR: 该脚本可以通过Composer安装
EN: The script is installable via Composer
"itsmelepassos/handbag": "^2.0"
或/or
composer require itsmelepassos/handbag
PT-BR: 在example文件夹中有一个名为bag.php的文件,其中包含自动加载、一些实例和方法调用,可以在其中插入手袋的特性、型号、制造商、特性和根据类别的一些特性 - 在src/Bags文件夹中有两个手袋模型类,它们接收Bags.php主类的特性。
EN: In the example folder there is a file called bag.php where there is autoload, some instances and method calls where the characteristics of a handbag, the model, the manufacturer, the characteristics and some particularities can be inserted according to the category - there are two classes in the src/Bags folder with two bag models that receive the characteristics of the main Bags.php class.
安全/Security
PT_BR: 如果您发现任何与安全相关的问题,请通过电子邮件itsmelepassos@gmail.com联系,而不是使用问题跟踪器。
EN: If you discover any security related issues, please email itsmelepassos@gmail.com instead of using the issue tracker.
感谢
致谢
- Leandro Passos(自由职业开发分析师)
致谢/Greetings to
- Shirley Rios(软件工程师)