analyze() public method

public analyze ( )
コード例 #1
0
ファイル: Php71NewClasses.php プロジェクト: exakat/exakat
 public function analyze()
 {
     $this->classes = array('Void', 'ReflectionClassConstant');
     parent::analyze();
 }
コード例 #2
0
ファイル: Php70NewClasses.php プロジェクト: exakat/exakat
 public function analyze()
 {
     $this->classes = array('Error', 'ParseError', 'TypeError', 'ArithmeticError', 'DivisionByZeroError', 'ClosedGeneratorException', 'ReflectionGenerator', 'ReflectionType', 'AssertionError');
     parent::analyze();
 }