PDepend\Report\Dependencies\Xml::getAcceptedAnalyzers PHP Method

getAcceptedAnalyzers() public method

Returns an array with accepted analyzer types. These types can be concrete analyzer classes or one of the descriptive analyzer interfaces.
public getAcceptedAnalyzers ( ) : array(string)
return array(string)
    public function getAcceptedAnalyzers()
    {
        return array('pdepend.analyzer.class_dependency');
    }