1 | <?php |
||
24 | abstract class AbstractFormTwigExtension extends AbstractBootstrapTwigExtension { |
||
25 | |||
26 | /** |
||
27 | * Displays a Bootstrap input mask. |
||
28 | * |
||
29 | * @param string $selector The input mask selector. |
||
30 | * @param array $arguments The input mask arguments. |
||
31 | * @return string Returns the Bootstrap input mask. |
||
32 | */ |
||
33 | final protected function bootstrapInputMask($selector, array $arguments) { |
||
41 | |||
42 | } |
||
43 |