Home > Backend Development > PHP Tutorial > phpdoc生成文档怎么不生成父类的方法

phpdoc生成文档怎么不生成父类的方法

WBOY
Release: 2016-06-06 20:44:27
Original
922 people have browsed it

在使用phpdoc生成文档时,生成的文档仅是当前类的方法,还包括父类的方法。
有什么方法可以屏蔽掉父类方法,只生成当前类方法的。

是不是有哪些参数可设置?

回复内容:

在使用phpdoc生成文档时,生成的文档仅是当前类的方法,还包括父类的方法。
有什么方法可以屏蔽掉父类方法,只生成当前类方法的。

是不是有哪些参数可设置?

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template