コード例 #1
0
ファイル: module.php プロジェクト: script-solution/PHPCheck
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('types', array('default', 'classes', 'funcs', 'consts'), 'default');
 }
コード例 #2
0
ファイル: module.php プロジェクト: script-solution/PHPCheck
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('stmtscan', array('default', 'scan', 'cliscan'), 'default');
 }