Inheritance: extends Exakat\Analyzer\Analyzer
Esempio n. 1
0
 public function analyze()
 {
     parent::analyze();
 }
Esempio n. 2
0
 public function analyze()
 {
     parent::analyze();
     $this->atomIs(array('Identifier', 'Nsname'))->hasNoIn('SUBNAME')->fullnspathIs('\\null');
     $this->prepareQuery();
 }