PhpDependencyAnalysis icon indicating copy to clipboard operation
PhpDependencyAnalysis copied to clipboard

Question: Usage graph for single class

Open Bogdaan opened this issue 6 years ago • 1 comments

Hi. I'm trying to analyze usage for single class on whole project.

It's possible to create such configuration?

Bogdaan avatar May 28 '19 15:05 Bogdaan

You can use the filePattern option to analyze only a specific class.

Instead of filePattern: '*.php' like in the example, use filePattern: 'MyClass.php'.

fabpico avatar Feb 26 '20 07:02 fabpico