class Jqueryslim implements JavascriptInterface

Data for jQuery Slim - https://code.jquery.com

Methods

string|null
getVersion(string $version)

Use this method to get version to use

array|null
getJavascript(string $version)

Use this method to add data for javascript, keep latest version above

Details

at line 25
string|null getVersion(string $version)

Use this method to get version to use

Parameters

string $version

Return Value

string|null

at line 35
array|null getJavascript(string $version)

Use this method to add data for javascript, keep latest version above

Parameters

string $version

Return Value

array|null