PHP Class Sprockets\Filter\Base

Datei anzeigen Open project: nami-doc/sprockets-php

Protected Properties

Property Type Description
$locator
$pipeline

Public Methods

Method Description
__invoke ( $content, $file, $dir, $vars )
getCacheDir ( $file = '', $class = '' )
setPipeline ( $pipeline )

Protected Methods

Method Description
checkExec ( )
processNode ( $cmd )
registerFile ( $name, $to )

Method Details

__invoke() abstract public method

abstract public __invoke ( $content, $file, $dir, $vars )

checkExec() protected method

protected checkExec ( )

getCacheDir() public method

public getCacheDir ( $file = '', $class = '' )

processNode() protected method

protected processNode ( $cmd )

registerFile() protected method

protected registerFile ( $name, $to )

setPipeline() public method

public setPipeline ( $pipeline )

Property Details

$locator protected_oe property

protected $locator

$pipeline protected_oe property

protected $pipeline