Lcobucci\JWT\Signer\Ecdsa\SignatureSerializer::__construct PHP Метод

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

public __construct ( Mdanter\Ecc\Math\GmpMathInterface $mathInterface )
$mathInterface Mdanter\Ecc\Math\GmpMathInterface
    public function __construct(GmpMathInterface $mathInterface)
    {
        $this->mathInterface = $mathInterface;
    }