dotxxh0998 2014-03-12 21:03
浏览 29
已采纳

防止在扩展类中使用类名作为构造函数

Check out this example:

class ParentClass {
    public function __construct() {
        // Does not prevent using 'SomeObject' as constructor
    }
}

class SomeObject extends ParentClass {
    function SomeObject () {
        // Should not use this as constructor
    }
}

$obj = new SomeObject();

How can I prevent for each extending class to use the class name as the constructor? I've tried to set an empty __construct, but it still calls the SomeObject-Method (what is actually logical).

Is there a way to disable it in the php.ini or in a similar way as I tried above? I googled about 2 hours but I couldn't find anything.

Greets

  • 写回答

1条回答 默认 最新

  • douhao9203 2014-03-12 21:16
    关注

    You can try making function SomeObject private:

    private function SomeObject()
    

    It is weird, though. According to the documentation the old style constructor should not be called at all when your class contains a __construct or when it descends from another class that has a __construct. So if you are really sure this happens, maybe you can file a bug report.

    [edit] As per request, I tested this locally on PHP 5.4.3. I can confirm that the old style constructor is indeed called. To my feeling this contradicts with this statement:

    For backwards compatibility, if PHP 5 cannot find a __construct() function for a given class, and the class did not inherit one from a parent class, it will search for the old-style constructor function, by the name of the class.

    In this case, the class does inherit a __construct() function, so PHP should not search for the old constructor.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 phython如何实现以下功能?查找同一用户名的消费金额合并—
  • ¥15 孟德尔随机化怎样画共定位分析图
  • ¥18 模拟电路问题解答有偿速度
  • ¥15 CST仿真别人的模型结果仿真结果S参数完全不对
  • ¥15 误删注册表文件致win10无法开启
  • ¥15 请问在阿里云服务器中怎么利用数据库制作网站
  • ¥60 ESP32怎么烧录自启动程序
  • ¥50 html2canvas超出滚动条不显示
  • ¥15 java业务性能问题求解(sql,业务设计相关)
  • ¥15 52810 尾椎c三个a 写蓝牙地址