PhpDependencyAnalysis
PhpDependencyAnalysis copied to clipboard
Question: Usage graph for single class
Hi. I'm trying to analyze usage for single class on whole project.
It's possible to create such configuration?
You can use the filePattern option to analyze only a specific class.
Instead of filePattern: '*.php' like in the example, use filePattern: 'MyClass.php'.