interface BundleCompilerInterface

Compiles a resource bundle.

Methods

void
compile(string$sourcePath,string$targetDir)

Compiles a resource bundle at the given source to the given target directory.

Details

void compile(string$sourcePath,string$targetDir)

Compiles a resource bundle at the given source to the given target directory.

Parameters

string $sourcePath
string $targetDir

Return Value

void