Exemplo n.º 1
0
Arquivo: UTCTime.php Projeto: sop/asn1
 /**
  * Constructor
  *
  * @param \DateTimeImmutable $dt
  */
 public function __construct(\DateTimeImmutable $dt)
 {
     $this->_typeTag = self::TYPE_UTC_TIME;
     parent::__construct($dt);
 }