Emarref\Jwt\Verification\EncryptionVerifierStub::__construct PHP Метод

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

public __construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption, Emarref\Jwt\Encoding\EncoderInterface $encoder, Emarref\Jwt\Signature\SignerInterface $signer )
$encryption Emarref\Jwt\Encryption\EncryptionInterface
$encoder Emarref\Jwt\Encoding\EncoderInterface
$signer Emarref\Jwt\Signature\SignerInterface
    public function __construct(Encryption\EncryptionInterface $encryption, Encoding\EncoderInterface $encoder, SignerInterface $signer)
    {
        parent::__construct($encryption, $encoder);
        $this->signer = $signer;
    }
EncryptionVerifierStub