October\Rain\Assetic\Filter\BaseCssFilter

Implements:

  • October\Rain\Assetic\Filter\FilterInterface

An abstract filter for dealing with CSS.

Public methods

Show inherited public methods

Inherited public methods

  • public void filterDump(AssetInterface $asset) - defined in October\Rain\Assetic\Filter\FilterInterface. Filters an asset just before it's dumped.
  • public void filterLoad(AssetInterface $asset) - defined in October\Rain\Assetic\Filter\FilterInterface. Filters an asset after it has been loaded.

Protected methods

protected void filterIEFilters($content, $callback, $limit=-1, &$count=0)

See also:

Parameters
  • $content
  • $callback
  • $limit
  • &$count

protected void filterImports($content, $callback, $limit=-1, &$count=0, $includeUrl=true)

See also:

Parameters
  • $content
  • $callback
  • $limit
  • &$count
  • $includeUrl

protected void filterReferences($content, $callback, $limit=-1, &$count=0)

See also:

Parameters
  • $content
  • $callback
  • $limit
  • &$count

protected void filterUrls($content, $callback, $limit=-1, &$count=0)

See also:

Parameters
  • $content
  • $callback
  • $limit
  • &$count