Home >Backend Development >PHP Tutorial >重载方法 __call 能否忽略

重载方法 __call 能否忽略

WBOY
WBOYOriginal
2016-06-06 20:26:581147browse

使用了__call作为重载来输出不恰当的调用,遇到特定的功能位置不想让__call处理这些提示,有没办法在这些特定位置忽略 __call

回复内容:

使用了__call作为重载来输出不恰当的调用,遇到特定的功能位置不想让__call处理这些提示,有没办法在这些特定位置忽略 __call

特定位置忽略是不行的,不过你可以继承之后重载覆盖掉。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn