Ejemplo n.º 1
0
 public function AddBlackout(Blackout $blackout)
 {
     $this->blackouts[$this->ToKey($blackout->Date())] = $blackout;
 }