analyze() public method

public analyze ( )
Example #1
0
 public function analyze()
 {
     $this->interfaces = array('Throwable', 'SessionUpdateTimestampHandlerInterface');
     parent::analyze();
 }