Exemple #1
0
 function __construct($id, $dayid)
 {
     parent::__construct($id);
     $this->day_id = $dayid;
 }
Exemple #2
0
 function __construct($id, $player_id = null)
 {
     parent::__construct($id);
     $this->player_id = $player_id;
 }
Exemple #3
0
 function __construct($id)
 {
     parent::__construct($id);
     $this->title = "{$this->league->name} » Edit";
 }
Exemple #4
0
 function __construct($id, $teamid = null)
 {
     parent::__construct($id);
     $this->teamid = $teamid;
 }