Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
Reset example
public
function
get
(
)
{
return
$this
->compiler->
getCss
(
)
;
}
/** * Resets all configurations. */
public
function
reset
(
)
{
$this
->compiler->
Reset
(
)
;
}
}