Method | Description | |
---|---|---|
addCss ( $file, $attributes = [], $stage = 50, $cacheFix = true ) | ||
addJavascript ( $file, $attributes = [], $stage = 50, $cacheFix = true ) | ||
addJavascriptContent ( $key, $javascript, $stage = 50 ) | ||
addJavascriptVariable ( $name, $value ) | ||
generateHead ( ) | ||
generateJavascript ( ) | ||
getCss ( ) | ||
getJavascript ( ) | ||
getJavascriptVariables ( ) | ||
removeAllCss ( ) | ||
removeAllJs ( ) | ||
removeAllJsVariables ( ) | ||
removeCss ( $file ) | ||
removeJavascript ( $file ) | ||
removeJavascriptContent ( $key ) | ||
removeJavascriptVariable ( $name ) |
Method | Description | |
---|---|---|
getCacheVersion ( ) | ||
getCurrentRevision ( ) |
public addJavascript ( $file, $attributes = [], $stage = 50, $cacheFix = true ) |