Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct($secret, array $options = array())
 {
     $options = array_merge(array('window' => 0, 'timestep' => 30), array_change_key_case($options, CASE_LOWER));
     $this->setTimeStep($options['timestep']);
     parent::__construct($secret, $options);
 }