Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->status = "Unknown";
     $this->arrivalTime = null;
     $this->creationTime = new \DateTime("now");
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->status = "pending";
     $this->creationTime = new \DateTime("now");
 }