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