__construct() public method

public __construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption, Emarref\Jwt\Encoding\EncoderInterface $encoder )
$encryption Emarref\Jwt\Encryption\EncryptionInterface
$encoder Emarref\Jwt\Encoding\EncoderInterface
コード例 #1
0
 public function __construct(Encryption\EncryptionInterface $encryption, Encoding\EncoderInterface $encoder, SignerInterface $signer)
 {
     parent::__construct($encryption, $encoder);
     $this->signer = $signer;
 }