| 1 | <?php |
||
| 26 | abstract class AbstractTwigExtension extends BaseTwigExtension { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Constructor. |
||
| 30 | * |
||
| 31 | * @param Twig_Environment $twigEnvironment The Twig environment. |
||
| 32 | */ |
||
| 33 | public function __construct(Twig_Environment $twigEnvironment) { |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Material Design color. |
||
| 39 | * |
||
| 40 | * @param string $name The name. |
||
| 41 | * @param string $prefix The prefix. |
||
| 42 | * @return string Returns the Material Design color. |
||
| 43 | */ |
||
| 44 | public static function materialDesignColor($name, $prefix = "") { |
||
| 59 | } |
||
| 60 |