| 1 | <?php |
||
| 23 | abstract class AbstractGlyphiconTwigExtension extends AbstractTwigExtension { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Displays a Bootstrap glyphicon. |
||
| 27 | * |
||
| 28 | * @param string $name The name. |
||
| 29 | * @return string Returns the Bootstrap glyphicon. |
||
| 30 | */ |
||
| 31 | protected function bootstrapGlyphicon($name, $style) { |
||
| 42 | } |
||
| 43 |