Darken\Builder\FileBuildProcess

class

Class FileBuildProcess This class is used to define the build process for a file. It takes an input file and compiles it using the CodeCompiler. It then returns the compiled output and the polyfill output for the file.

Methods

Method Details

public __construct (string $inputFilePath, Darken\Config\ConfigInterface $config) FileBuildProcess.php#25
$inputFilePath string
$config Darken\Config\ConfigInterface
public Darken\Builder\OutputCompiled getCompiledOutput () FileBuildProcess.php#33
Return Darken\Builder\OutputCompiled
public Darken\Builder\OutputPolyfill getPolyfillOutput () FileBuildProcess.php#38
Return Darken\Builder\OutputPolyfill
public bool getIsPage () FileBuildProcess.php#43
Return bool
public Darken\Builder\OutputPage getPageOutput (Darken\Config\PagesConfigInterface $pagesConfig) FileBuildProcess.php#48
$pagesConfig Darken\Config\PagesConfigInterface
Return Darken\Builder\OutputPage
public array getFilesToSaveSequenze () FileBuildProcess.php#53
Return array