| 1 | <?php |
||
| 24 | abstract class AbstractColorTwigExtension extends AbstractTwigExtension { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Displays an AdminBSB color. |
||
| 28 | * |
||
| 29 | * @param string $name The color name. |
||
| 30 | * @param string $code The color code. |
||
| 31 | * @param string $output The output. |
||
| 32 | * @return string Returns the AdminBSB color. |
||
| 33 | */ |
||
| 34 | final protected function adminBSBColor($name, $code, $output) { |
||
| 43 | } |
||
| 44 |