Exakat\Analyzer\Classes\PropertyNeverUsed::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Class')->outIs('BLOCK')->outIs('ELEMENT')->atomIs('Ppp')->outIs('PPP')->analyzerIsNot('Classes/PropertyUsedInternally')->analyzerIsNot('Classes/PropertyUsedAbove')->analyzerIsNot('Classes/PropertyUsedBelow');
        $this->prepareQuery();
    }
PropertyNeverUsed