Darken\Console\Commands\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#29
$inputFilePath string
$config Darken\Config\ConfigInterface
public Darken\Builder\OutputCompiled getCompiledOutput () FileBuildProcess.php#37
Return Darken\Builder\OutputCompiled
public Darken\Builder\OutputPolyfill getPolyfillOutput () FileBuildProcess.php#42
Return Darken\Builder\OutputPolyfill
public bool getIsPage () FileBuildProcess.php#47
Return bool
public Darken\Builder\OutputPage getPageOutput (Darken\Config\PagesConfigInterface $pagesConfig) FileBuildProcess.php#52
$pagesConfig Darken\Config\PagesConfigInterface
Return Darken\Builder\OutputPage
public array getFilesToSaveSequenze () FileBuildProcess.php#57
Return array