Documentation

BaseSassFilter extends BaseProcessFilter
in package
implements DependencyExtractorInterface

An external process based filter which provides a way to set a timeout on the process.

Interfaces, Classes and Traits

DependencyExtractorInterface
A filter that knows how to extract dependencies.

Table of Contents

$loadPaths  : mixed
$timeout  : mixed
addLoadPath()  : mixed
getChildren()  : array<string|int, AssetInterface>
Returns child assets.
setLoadPaths()  : mixed
setTimeout()  : mixed
Set the process timeout.
createProcessBuilder()  : ProcessBuilder
Creates a new process builder.
mergeEnv()  : mixed
partialize()  : mixed

Properties

Methods

addLoadPath()

public addLoadPath(mixed $loadPath) : mixed
Parameters
$loadPath : mixed
Return values
mixed

getChildren()

Returns child assets.

public getChildren(AssetFactory $factory, mixed $content[, mixed $loadPath = null ]) : array<string|int, AssetInterface>
Parameters
$factory : AssetFactory

The asset factory

$content : mixed

The asset content

$loadPath : mixed = null

An optional load path

Return values
array<string|int, AssetInterface>

Child assets

setLoadPaths()

public setLoadPaths(array<string|int, mixed> $loadPaths) : mixed
Parameters
$loadPaths : array<string|int, mixed>
Return values
mixed

setTimeout()

Set the process timeout.

public setTimeout(int $timeout) : mixed
Parameters
$timeout : int

The timeout for the process

Return values
mixed

createProcessBuilder()

Creates a new process builder.

protected createProcessBuilder([array<string|int, mixed> $arguments = array() ]) : ProcessBuilder
Parameters
$arguments : array<string|int, mixed> = array()

An optional array of arguments

Return values
ProcessBuilder

A new process builder

partialize()

private static partialize(mixed $reference) : mixed
Parameters
$reference : mixed
Return values
mixed

Search results