Exakat\Analyzer\Interfaces\Php::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $interfaces = $this->loadIni('php_interfaces.ini', 'interfaces');
        $interfaces = $this->makeFullNSPath($interfaces);
        $this->analyzerIs('Interfaces/InterfaceUsage')->fullnspathIs($interfaces);
        $this->prepareQuery();
    }