PHP 8: is it possible to change a class outside the class?

后端 未结 0 1960
谎友^
谎友^ 2020-12-13 02:58

I\'m quite inexperienced with OOP.

I have this class:

class myClass {

    public $property = array();

    public function getProperty() {
        ret         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题