Categories
How to create a copy of a class in phpStorm?
Please tell me how you can clone a class along with everything that is attached to it. I found only renaming...
Answer the question
In order to leave comments, you need to log in
As far as I know, there is no such thing. What's stopping you from copying the class with your hands?) And don't forget about inheritance class newClass extends parentClass {}- it might come in handy)
class newClass extends parentClass {}
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question