Example #1
0
 public function __construct()
 {
     $this->constructTime = (new \DateTime())->getTimestamp();
     $this->type = DateTimeUtils::getType();
     $this->timestamp = DateTimeUtils::getTimestamp();
 }