Esempio n. 1
0
 public function __construct($secret, $algorithm)
 {
     $this->algorithms["test"] = "invalid";
     parent::__construct($secret, $algorithm);
 }