| 1 | <?php |
||
| 7 | class Html implements DiceRenderer |
||
| 8 | { |
||
| 9 | private $urlRoot; |
||
| 10 | |||
| 11 | public function __construct($urlRoot) |
||
| 15 | |||
| 16 | public function renderDice(array $diceCollection) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return string |
||
| 24 | */ |
||
| 25 | public function contentType() : string |
||
| 29 | |||
| 30 | public function urlPrefix(): string |
||
| 34 | |||
| 35 | public function htmlForSingleDice(Dice $dice) |
||
| 45 | } |
||
| 46 |