Exakat\Analyzer\Type\HttpHeader::analyze PHP 메소드

analyze() 공개 메소드

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