analyze() public method

public analyze ( )
コード例 #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();
 }