Inheritance: extends Exakat\Analyzer\Analyzer
示例#1
0
文件: Integer.php 项目: exakat/exakat
 public function analyze()
 {
     parent::analyze();
 }
示例#2
0
 public function analyze()
 {
     parent::analyze();
     $this->atomIs(array('Identifier', 'Nsname'))->hasNoIn('SUBNAME')->fullnspathIs('\\null');
     $this->prepareQuery();
 }