PHP Class Sprockets\Filter\Base

Afficher le fichier Open project: nami-doc/sprockets-php

Protected Properties

Свойство Type Description
$locator
$pipeline

Méthodes publiques

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

Méthodes protégées

Méthode Description
checkExec ( )
processNode ( $cmd )
registerFile ( $name, $to )

Method Details

__invoke() abstract public méthode

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

checkExec() protected méthode

protected checkExec ( )

getCacheDir() public méthode

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

processNode() protected méthode

protected processNode ( $cmd )

registerFile() protected méthode

protected registerFile ( $name, $to )

setPipeline() public méthode

public setPipeline ( $pipeline )

Property Details

$locator protected_oe property

protected $locator

$pipeline protected_oe property

protected $pipeline