string unmodifyName(
string
$name)
|
|
Modify the name back to the inner reader naming style If implemented, unmodifyName(modifyName($name)) should be true
unmodifyName can be left unimplemented, this may only impact the efficiency of the select function (a full look up will be done when something more efficient with an index for example could be used on the inner reader of the original name is known).
unmodifyName may be provided some names that where not in the inner reader and that cannot possibly be the result of modifyName. In this case unmodifyName must return false.
Overridden in child classes as:
- File_Archive_Reader_ChangeName_AddDirectory::unmodifyName()
- Remove baseName from the name
- File_Archive_Reader_ChangeName_Directory::unmodifyName()
Parameters: