简体   繁体   中英

can one class extends from multiple classes php

I have one class that should extend two classes I'm not sure anymore if this is possible and how. would it be possible that for example my shopModell class extends from the logins and safeinput class?

Yes, you can use inheritance with classes. eg class Foo extends Bar { //your code } With two classes you must use dependecies.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM