| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | public function create($width, $height, $index = 0) |
||
| 16 | { |
||
| 17 | // TODO set proper default size & font. |
||
| 18 | $background = new Quad_BgsPlayerCard(); //BgRacePlayerName |
||
| 19 | $background->setSubStyle(Quad_BgsPlayerCard::SUBSTYLE_BgRacePlayerName) |
||
| 20 | ->setSize($width, $height); |
||
| 21 | |||
| 22 | return $background; |
||
| 23 | } |
||
| 24 | } |