ZenMagick 0.9.10


org.zenmagick.core.build\ZMLibraryPacker
build\ZMLibraryPacker.php at line 33

Interface ZMLibraryPacker

ZMLibraryPacker

public interface ZMLibraryPacker

Library packer.

Simple interface to be implemented for all library packer that want to be available via the build script.

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.

ZenMagick 0.9.10