【问题标题】:How make Dependency Tree with phpDocumentor and Graphviz?如何使用 phpDocumentor 和 Graphviz 制作依赖树?
【发布时间】:2014-06-29 17:30:45
【问题描述】:

我同时安装了 phpDocumentor 和 Graphviz。当我运行 phpdoc 时,它创建的只是一个“类层次结构”图像,但不使用任何 @uses 标记来创建依赖关系树。我如何获得它来创建它?

例如,我的类MainClass 实例化并使用DBHandler 类。所以我想要一个图表来说明这一点。我如何使用 phpDocumentor 来创建它?

【问题讨论】:

    标签: php graphviz diagram phpdoc


    【解决方案1】:

    phpDocumentor2 不提供基于@uses 标签的此类图表。它实际上只显示继承和实现关系。

    【讨论】:

      猜你喜欢
      • 2023-04-02
      • 1970-01-01
      • 2018-04-03
      • 2017-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-03-04
      • 2016-08-05
      • 2023-03-17
      相关资源
      最近更新 更多