| 1 | <?php |
||
| 23 | abstract class AbstractGlyphiconTwigExtension extends AbstractBootstrapTwigExtension { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Constructor. |
||
| 27 | */ |
||
| 28 | protected function __construct() { |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Displays a Bootstrap glyphicon. |
||
| 34 | * |
||
| 35 | * @param string $name The name. |
||
| 36 | * @return string Returns the Bootstrap glyphicon. |
||
| 37 | */ |
||
| 38 | protected function bootstrapGlyphicon($name, $style) { |
||
| 51 | |||
| 52 | } |
||
| 53 |