Ejemplo n.º 1
0
 public function __construct(Lot $lot)
 {
     $this->startTime = time();
     $this->lot = $lot;
     $this->price = $lot->getPrice();
 }