mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
fix documentation #3160
This commit is contained in:
parent
a2a91a38e6
commit
a697970b92
@ -524,7 +524,7 @@ class CombineAssets
|
|||||||
/**
|
/**
|
||||||
* Registers a callback function that defines bundles.
|
* Registers a callback function that defines bundles.
|
||||||
* The callback function should register bundles by calling the manager's
|
* The callback function should register bundles by calling the manager's
|
||||||
* `registerBundle` method. Thi instance is passed to the callback
|
* `registerBundle` method. This instance is passed to the callback
|
||||||
* function as an argument. Usage:
|
* function as an argument. Usage:
|
||||||
*
|
*
|
||||||
* CombineAssets::registerCallback(function($combiner){
|
* CombineAssets::registerCallback(function($combiner){
|
||||||
@ -610,9 +610,9 @@ class CombineAssets
|
|||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers an alias to use for a longer file reference.
|
* Registers bundle.
|
||||||
* @param string $alias Alias name. Eg: framework
|
* @param string|array $files Files to be registered to bundle
|
||||||
* @param object $filter Collection of files to combine
|
* @param string $destination Destination file will be compiled to.
|
||||||
* @param string $extension Extension name. Eg: css
|
* @param string $extension Extension name. Eg: css
|
||||||
* @return self
|
* @return self
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user