1 | <?php |
||
16 | class BlockAssetManagerCollection extends Collection |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * Collection constructor |
||
21 | * |
||
22 | * @throws InvalidInterfaceException |
||
23 | */ |
||
24 | public function __construct() |
||
28 | |||
29 | |||
30 | /** |
||
31 | * @return void |
||
32 | */ |
||
33 | public function addAssets() |
||
42 | |||
43 | |||
44 | /** |
||
45 | * @return void |
||
46 | */ |
||
47 | public function enqueueAssets() |
||
56 | } |
||
57 |