org.zenmagick.core.build\ZMLibraryPacker
build\ZMLibraryPacker.php at line 33
Interface ZMLibraryPacker
ZMLibraryPacker
public interface ZMLibraryPacker
- Author:
- DerManoMann
| Method Summary |
| void |
process(string sourceDir, string targetDir, string version, boolean strip) Process. |
Method Detail
build\ZMLibraryPacker.php at line 43
process
public void process(string sourceDir, string targetDir, string version, boolean strip)
Process.
- Parameters:
- sourceDir - The source dir of the package to pack.
- targetDir - The target/output directory.
- version - The version we are processing.
- strip - Indicate whether to strip the generated PHP code or not.
Library packer.
Simple interface to be implemented for all library packer that want to be available via the build script.