1 | <?php |
||
23 | class ButtonRenderer extends BaseRenderer { |
||
24 | |||
25 | /** |
||
26 | * Render a circle. |
||
27 | * |
||
28 | * @param ButtonInterface $button The button. |
||
29 | * @param bool $circle Circle ? |
||
30 | * @return string Returns the rendered circle. |
||
31 | */ |
||
32 | public static function renderCircle(ButtonInterface $button, $circle) { |
||
47 | } |
||
48 |