Inheritance: extends Exakat\Analyzer\Analyzer
Esempio n. 1
0
 public function analyze()
 {
     $this->methods = array('error', 'type', '_calculateTypeMap', '_castValues');
     parent::analyze();
 }
Esempio n. 2
0
 public function analyze()
 {
     $this->methods = array('statusCode', 'encoding', 'header', 'cookie', 'version');
     parent::analyze();
 }