Class Packager_Phar
- Packager_Common_Base
-
Packager_Phar_ResultCompleter
-
Packager_Phar
public static
|
|
public static
|
|
public
|
|
public
|
#
SetReleaseFile( string $releaseFileFullPath = '' )
Set compilation result file, if exist, it will be overwriten |
public
|
#
SetExcludePatterns( array|string $excludePatterns = array() )
Set preg_replace() patterns array or single string about which files or folders will be excluded from result file. Function replace all previous configuration records. |
public
|
#
AddExcludePatterns( array|string $excludePatterns = array() )
Add preg_replace() patterns array or single string about which files or folders will be excluded from result file. |
public
|
#
SetPatternReplacements( array $patternReplacements = array() )
Set patterns/replacements array about what will be replaced in *.php and *.phtml files by preg_replace(pattern, replacement, source) before possible minification process. Function replace all previous configuration records. |
public
|
#
AddPatternReplacements( array $patternReplacements = array() )
Add patterns/replacements array about what will be replaced in *.php and *.phtml files by preg_replace(pattern, replacement, source) before possible minification process. |
public
|
#
SetStringReplacements( array $stringReplacements = array() )
Set str_replace() key/value array about what will be simply replaced in result file. Function replace all previous configuration records. |
public
|
#
AddStringReplacements( array $stringReplacements = array() )
Add str_replace() key/value array about what will be simply replaced in result file. |
public
|
#
SetMinifyTemplates( string $minifyTemplates = TRUE )
Set boolean if *.phtml templates will be minimized before saving into result file |
public
|
#
SetMinifyPhp( string $minifyPhp = TRUE )
Set boolean if *.php scripts will be minimized before saving into result file |
public
|
#
MergeConfiguration( array $cfg = array() )
Merge multilevel configuration array with previously initialized values. New values sended into this function will be used preferred. |
public
|
completingJob(),
mainJob(),
notify(),
renameJob()
|