ZenMagick 0.9.10


org.zenmagick.core.build\ZMPomoPacker
build\ZMPomoPacker.php at line 29

Class ZMPomoPacker

ZMPhpPackagePacker
└─ZMPomoPacker
All Implemented Interfaces:
ZMLibraryPacker

public class ZMPomoPacker
extends ZMPhpPackagePacker

Packer for the pomo tools as included in Wordpress and glotpress.

Author:
DerManoMann

Fields inherited from org.zenmagick.core.utils.packer\ZMPhpPackagePacker
outputFilename_, rootFolder_, tempFolder_, treeMap_
Method Summary
array

patchFile(string filename, mixed lines)

{@inheritDoc}

void

process(mixed sourceDir, mixed targetDir, mixed version, mixed strip)

{@inheritDoc}

Methods inherited from org.zenmagick.core.utils.packer\ZMPhpPackagePacker
__construct, clean, compressFiles, dropInclude, getFileList, getPreResolved, ignoreFile, packFiles, patchFile, prepareFiles, setDebug, setResolveInheritance, setTemp

Method Detail

build\ZMPomoPacker.php at line 45

patchFile

public array patchFile(string filename, mixed lines)

Allow custom file patching.

Parameters:
filename - The file name.
Returns:
The (patched) lines or null.

build\ZMPomoPacker.php at line 34

process

public void process(mixed sourceDir, mixed targetDir, mixed version, mixed strip)


ZenMagick 0.9.10