Emarref\Jwt\Verification\Context::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption )
$encryption Emarref\Jwt\Encryption\EncryptionInterface
    public function __construct(EncryptionInterface $encryption)
    {
        $this->setEncryption($encryption);
    }