상속: extends Exakat\Analyzer\Analyzer
예제 #1
0
파일: Integer.php 프로젝트: exakat/exakat
 public function analyze()
 {
     parent::analyze();
 }
예제 #2
0
파일: NullValue.php 프로젝트: exakat/exakat
 public function analyze()
 {
     parent::analyze();
     $this->atomIs(array('Identifier', 'Nsname'))->hasNoIn('SUBNAME')->fullnspathIs('\\null');
     $this->prepareQuery();
 }