상속: extends Exakat\Analyzer\Analyzer
예제 #1
0
 public function analyze()
 {
     $this->code = 'mcrypt_create_iv';
     $this->rank = 1;
     parent::analyze();
 }
예제 #2
0
 public function analyze()
 {
     $this->code = 'crypt';
     $this->rank = 1;
     parent::analyze();
 }