| 1 | <?php |
||
| 24 | abstract class AbstractColorTwigExtension extends AbstractAdminBSBTwigExtension { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Constructor. |
||
| 28 | */ |
||
| 29 | protected function __construct() { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Displays an AdminBSB color. |
||
| 35 | * |
||
| 36 | * @param string $name The color name. |
||
| 37 | * @param string $code The color code. |
||
| 38 | * @param string $output The output. |
||
| 39 | * @return string Returns the AdminBSB color. |
||
| 40 | */ |
||
| 41 | final protected function adminBSBColor($name, $code, $output) { |
||
| 50 | |||
| 51 | } |
||
| 52 |