Documentation

JSqueezeFilter
in package
implements FilterInterface

JSqueeze filter.

Tags
link
https://github.com/nicolas-grekas/JSqueeze
author

Nicolas Grekas p@tchwork.com

Interfaces, Classes and Traits

FilterInterface
A filter manipulates an asset at load and dump.

Table of Contents

$className  : mixed
$defaultRx  : mixed
$keepImportantComments  : mixed
$singleLine  : mixed
$specialVarRx  : mixed
__construct()  : mixed
filterDump()  : mixed
Filters an asset just before it's dumped.
filterLoad()  : mixed
Filters an asset after it has been loaded.
keepImportantComments()  : mixed
setSingleLine()  : mixed
setSpecialVarRx()  : mixed

Properties

$keepImportantComments

private mixed $keepImportantComments = true

Methods

__construct()

public __construct() : mixed
Return values
mixed

keepImportantComments()

public keepImportantComments(mixed $bool) : mixed
Parameters
$bool : mixed
Return values
mixed

setSingleLine()

public setSingleLine(mixed $bool) : mixed
Parameters
$bool : mixed
Return values
mixed

setSpecialVarRx()

public setSpecialVarRx(mixed $specialVarRx) : mixed
Parameters
$specialVarRx : mixed
Return values
mixed

Search results