ZMPhpPackagePacker
└─ZMCoreCompressor
public class ZMCoreCompressor
extends ZMPhpPackagePacker
| Fields inherited from org.zenmagick.core.utils.packer\ZMPhpPackagePacker | |
|---|---|
| outputFilename_, rootFolder_, tempFolder_, treeMap_ | |
| Method Summary | |
|---|---|
| void | __construct(string root, string out, string temp) Create new instance. |
| void | disable() Disable / remove the core.php file, effectively disabling the use of it. |
| array | Get errors. |
| protected array | {@inheritDoc} |
| boolean | Check for errors. |
| boolean | check if enabled. |
| Methods inherited from org.zenmagick.core.utils.packer\ZMPhpPackagePacker | |
|---|---|
| __construct, clean, compressFiles, dropInclude, getFileList, getPreResolved, ignoreFile, packFiles, patchFile, prepareFiles, setDebug, setResolveInheritance, setTemp | |
public void __construct(string root, string out, string temp)
Create new instance.
null.null.null.public void disable()
Disable / remove the core.php file, effectively disabling the use of it.
public array getErrors()
Get errors.
protected array getFileList()
Get a list of all files to process.
public boolean hasErrors()
Check for errors.
true if errors exist.public boolean isEnabled()
check if enabled.
true if core.php exists, false if not.
Compress lib/core into a single file 'core.php'.