Emarref\Jwt\Encryption\Symmetric::__construct PHP Метод

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

public __construct ( Emarref\Jwt\Algorithm\SymmetricInterface $algorithm )
$algorithm Emarref\Jwt\Algorithm\SymmetricInterface
    public function __construct(Algorithm\SymmetricInterface $algorithm)
    {
        parent::__construct($algorithm);
    }