BatchFileRenameOptions
└─BatchFileRenameOptionsBase
public class BatchFileRenameOptionsBase
extends BatchFileRenameOptions
Field Summary | |
---|---|
protected bool | Enables multibyte specific string functions (requires mbstring). |
protected bool | Enables simulation mode in which no actual file renaming occurs (no change is committed to the filesystem). |
Constructor Summary | |
---|---|
void | __construct(array options) Constructor. |
Method Summary | |
---|---|
protected bool | validateMultibyteSupport(bool optionValue) Validates the 'multibyteSupport' option. |
protected bool | validateSimulationMode(bool optionValue) Validates the 'simulationMode' option. |
Methods inherited from BatchFileRename\BatchFileRenameOptions | |
---|---|
__construct, getOption, getOptions, hasValue, isEmptyString, isOption, setOption, setOptions, validateBoolean, validateCallback, validateString |
protected bool $multibyteSupport = null
Enables multibyte specific string functions (requires mbstring).
# Default value FALSE
protected bool $simulationMode
Enables simulation mode in which no actual file renaming occurs (no change is committed to the filesystem).
# Default value FALSE
public void __construct(array options)
Constructor.
protected bool validateMultibyteSupport(bool optionValue)
Validates the 'multibyteSupport' option.
protected bool validateSimulationMode(bool optionValue)
Validates the 'simulationMode' option.
Controles the main BatchFileRename configuration options.