记录使用 __call() 的 PHP 类

发布于 2024-10-20 03:59:13 字数 164 浏览 2 评论 0原文

我想知道是否有一种方法可以强制 phpDocumentor 打印出当您使用 __call() 动态执行获取和设置时可以使用的潜在方法。

对于我的简单 getter,我希望它循环遍历所有私有变量,然后将 get 附加到它们(当然,第一个字母大写)。

I was wondering if there is a way to force phpDocumentor to print out the potential methods you could use for getting and setting when you do them dynamically with a __call().

In the case of my simple getter, I would want it to cycle through all private variables and just append get to them (and uppercase the first letter, of course).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情徒 2024-10-27 03:59:13

请参阅 phpDocumentor 参考 @method

See the phpDocumentor reference on @method.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文