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