\WikiLingo\UtilitiesScripts

Class Scripts

Summary

Methods
Properties
Constants
__construct()
addCss()
path()
addCssLocation()
addScriptLocation()
addScript()
renderCss()
renderScript()
$cssLocations
$css
$scriptLocations
$scripts
$existingScriptsAndLocations
$relativeLocation
$vendorLocation
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$cssLocations

$cssLocations

$css

$css

$scriptLocations

$scriptLocations

$scripts

$scripts

$existingScriptsAndLocations

$existingScriptsAndLocations

$relativeLocation

$relativeLocation

$vendorLocation

$vendorLocation

Methods

__construct()

__construct( $relativeLocation,  $vendorLocation)

Parameters

$relativeLocation
$vendorLocation

addCss()

addCss(String $css,  $i) : $this

Parameters

String $css
$i

Returns

$this

path()

path( $href)

Parameters

$href

addCssLocation()

addCssLocation(String $href,  $i) : $this

Parameters

String $href
$i

Returns

$this

addScriptLocation()

addScriptLocation(String $src,  $i) : $this

Parameters

String $src
$i

Returns

$this

addScript()

addScript(String $script,  $i) : $this

Parameters

String $script
$i

Returns

$this

renderCss()

renderCss() : string

Returns

string

renderScript()

renderScript() : string

Returns

string