PHP inheritance and protected member visibility

后端 未结 2 831
死守一世寂寞
死守一世寂寞 2021-02-13 11:28

I\'ve found something that appears to be a strange inheritance issue in PHP.

From the PHP manual:

Members declared protected can be accessed only

2条回答
  •  轮回少年
    2021-02-13 12:03

    There is no rationale about this, it has been reported 2 years ago: https://bugs.php.net/bug.php?id=52120

提交回复
热议问题