Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
77 | public function setFrontendAssets($frontendAssets) |
||
78 | { |
||
79 | foreach ($frontendAssets as &$frontendAsset) { |
||
80 | $frontendAsset = $this->pluginPath . DIRECTORY_SEPARATOR . $frontendAsset; |
||
81 | } |
||
82 | |||
83 | $this->frontendAssets = array_merge( |
||
84 | $this->getFrontendAssets(), |
||
85 | $frontendAssets |
||
86 | ); |
||
88 | } |