Exakat\Analyzer\Type\HttpHeader::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('String')->regexIs('code', '[\'\\"](' . implode('|', $this->HttpHeadersList) . '): .*[\'\\"]');
        $this->prepareQuery();
    }
HttpHeader