Declaration of constructor with multiple interfaces and inheritances

前端 未结 0 1315
耶瑟儿~
耶瑟儿~ 2021-01-15 04:39

I have 2 interfaces and 2 classes in my example.

Interfaces:

interface I {
  public function __construct() { ... }
}

interface J {
           


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