method addComment [line 59]
Adds a comment to be used in encoded files
Parameters:
method getAllowedServer [line 75]
Returns the allowed server setting
method getBinary [line 91]
Returns the binary option
method getCopy [line 107]
method getEncode [line 124]
Returns the encode setting
method getEncrypt [line 140]
Returns regexps of additional files to encrypt (separated by space)
method getExpirein [line 156]
Returns the expireIn setting
method getExpireon [line 172]
Returns the expireOn setting
method getFromDir [line 188]
Returns the source directory
method getIgnore [line 205]
Returns the ignore setting
method getIoncubePath [line 221]
Returns the path to the ionCube encoder
method getKeep [line 237]
Returns the ignore setting
method getLicensePath [line 253]
Returns the path to the license file to use
method getNoDocComments [line 269]
Returns the no-doc-comments option
method getObfuscate [line 285]
Returns the optimize option
method getObfuscationKey [line 301]
void getObfuscationKey(
)
|
|
Returns the optimize option
method getOptimize [line 317]
Returns the optimize option
method getPassPhrase [line 333]
Returns the passphrase to use when encoding files
method getPhpVersion [line 349]
Returns the version of PHP to use (defaults to 5)
method getTargetOption [line 397]
Returns he option to use when encoding target directory already exists (defaults to none)
method getToDir [line 365]
Returns the target directory
method getWithoutRuntimeLoaderSupport [line 381]
void getWithoutRuntimeLoaderSupport(
)
|
|
Returns the without-runtime-loader-support option
method main [line 407]
The main entry point
Tags:
Overrides
Task::main() (Called by the project to let the task do it's work. This method may be called more than once, if the task is invoked more than once. For example, if target1 and target2 both depend on target3, then running <em>phing target1 target2</em> will run all tasks in target3 twice.)
method setAllowedServer [line 67]
void setAllowedServer(
$value)
|
|
Sets the allowed server
Parameters:
method setBinary [line 83]
Sets the binary option
Parameters:
method setCopy [line 99]
Sets files or folders to copy (separated by space)
Parameters:
method setEncode [line 116]
Sets additional file patterns, files or directories to encode,
or to reverse the effect of copy (separated by space)
Parameters:
method setEncrypt [line 132]
Sets regexps of additional files to encrypt (separated by space)
Parameters:
method setExpirein [line 148]
void setExpirein(
$value)
|
|
Sets a period after which the files expire
Parameters:
method setExpireon [line 164]
void setExpireon(
$value)
|
|
Sets a YYYY-MM-DD date to expire the files
Parameters:
method setFromDir [line 180]
Sets the source directory
Parameters:
method setIgnore [line 197]
Set files and directories to ignore entirely and exclude from the target directory (separated by space).
Parameters:
method setIoncubePath [line 213]
void setIoncubePath(
$value)
|
|
Sets the path to the ionCube encoder
Parameters:
method setKeep [line 229]
Set files and directories not to be ignored (separated by space).
Parameters:
method setLicensePath [line 245]
void setLicensePath(
$value)
|
|
Sets the path to the license file to use
Parameters:
method setNoDocComments [line 261]
void setNoDocComments(
$value)
|
|
Sets the no-doc-comments option
Parameters:
method setObfuscate [line 277]
void setObfuscate(
$value)
|
|
Sets the obfuscate option
Parameters:
method setObfuscationKey [line 293]
void setObfuscationKey(
$value)
|
|
Sets the obfuscation key (required if using the obfuscate option)
Parameters:
method setOptimize [line 309]
void setOptimize(
$value)
|
|
Sets the optimize option
Parameters:
method setPassPhrase [line 325]
void setPassPhrase(
$value)
|
|
Sets the passphrase to use when encoding files
Parameters:
method setPhpVersion [line 341]
void setPhpVersion(
$value)
|
|
Sets the version of PHP to use (defaults to 5)
Parameters:
method setTargetOption [line 389]
void setTargetOption(
$targetOption)
|
|
Sets the option to use when encoding target directory already exists (defaults to none)
Parameters:
method setToDir [line 357]
Sets the target directory
Parameters:
method setWithoutRuntimeLoaderSupport [line 373]
void setWithoutRuntimeLoaderSupport(
$value)
|
|
Sets the without-runtime-loader-support option
Parameters: