1 | <?php |
||
14 | final class LegacySonataBlockExtension extends AbstractExtension |
||
15 | { |
||
16 | /** @var array */ |
||
17 | private $whitelistedVariables; |
||
18 | |||
19 | public function __construct(array $whitelistedVariables) |
||
23 | |||
24 | public function getFunctions(): array |
||
30 | |||
31 | public function getWhitelistedVariables(): array |
||
35 | } |
||
36 |