Example #1
0
 public function __construct($in = 0, $d = 1)
 {
     parent::__construct($in, $d);
     $this->Hteam = new Team();
     $this->Ateam = new Team();
     $this->Slackdays = 2;
 }
Example #2
0
 public function __construct($s, $in = 0, $d = 1)
 {
     parent::__construct($in, $d);
     $this->Seas = $s;
     $this->Hteam = new Histteam($s);
     $this->Ateam = new Histteam($s);
 }