1 | <?php |
||
23 | class SampleOutputCodeTwigExtension extends BaseTwigExtension { |
||
24 | |||
25 | /** |
||
26 | * Service name. |
||
27 | * |
||
28 | * @var string |
||
29 | */ |
||
30 | const SERVICE_NAME = "webeweb.bundle.adminbsbbundle.twig.extension.code.sampleoutput"; |
||
31 | |||
32 | /** |
||
33 | * Constructor. |
||
34 | */ |
||
35 | public function __construct() { |
||
38 | |||
39 | /** |
||
40 | * Get the Twig functions. |
||
41 | * |
||
42 | * @return array Returns the Twig functions. |
||
43 | */ |
||
44 | public function getFunctions() { |
||
49 | |||
50 | } |
||
51 |