Exakat\Analyzer\Structures\ResourcesUsage::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        // use of Common\Extension, but only really care for functions
        $this->source = 'resource_creation.ini';
        parent::analyze();
    }
ResourcesUsage