__construct() публичный Метод

public __construct ( Emarref\Jwt\Algorithm\AlgorithmInterface $algorithm )
$algorithm Emarref\Jwt\Algorithm\AlgorithmInterface
Пример #1
0
 /**
  * @param Algorithm\AsymmetricInterface $algorithm
  */
 public function __construct(Algorithm\AsymmetricInterface $algorithm)
 {
     parent::__construct($algorithm);
 }