Ejemplo n.º 1
0
 /**
  * @param string $algorithmName
  */
 public function __construct($algorithmName)
 {
     parent::__construct();
     $this->algorithmName = $algorithmName;
 }