Exakat\Analyzer\Type\Continents::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $ini = $this->loadIni('Continents_en.ini', 'continents_en');
        $this->atomIs('String')->noDelimiterIs($ini);
        $this->prepareQuery();
    }
Continents