| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function __construct($stdClass) |
||
| 30 | { |
||
| 31 | $this->legendTrophies = $stdClass->legendTrophies; |
||
| 32 | $this->currentSeason = new LegendLeagueTournamentSeasonResult($stdClass->currentSeason); |
||
| 33 | $this->previousSeason = new LegendLeagueTournamentSeasonResult($stdClass->previousSeason); |
||
| 34 | $this->bestSeason = new LegendLeagueTournamentSeasonResult($stdClass->bestSeason); |
||
| 35 | } |
||
| 36 | } |
||
| 37 | } |