Method |
Description |
|
cacheFilePath ( $prefix, $suffix, $key ) |
*!
Get cache file path. |
|
cachedTransformationPath ( ) |
*!
\private
\static
\return the path of the cached transformation tables. |
|
commandUrlCleanup ( $text, $charsetName ) |
|
|
commandUrlCleanupCompat ( $text, $charsetName ) |
|
|
commandUrlCleanupIRI ( $text, $charsetName ) |
|
|
eZCharTransform ( ) |
*!
Constructor |
|
groupCommands ( $group ) |
*!
\private
Finds all commands defined for group \a $group. |
|
instance ( ) : eZCharTransform |
Returns a shared instance of the eZCharTransform class. |
|
setWordSeparator ( $char ) |
*!
Sets the current word separator, set it to \c null to use default value. |
|
storeCacheFile ( $filepath, $transformationData, $extraCode, $type, $charsetName ) |
*!
\private
Stores the mapping table \a $table in the cache file \a $filepath. |
|
transform ( $text, $rule, $charset = false, $useCache = true ) |
*!
Transforms the text according to the rules defined in \a $rule using character set \a $charset. |
|
transformByGroup ( $text, $group, $charset = false, $useCache = true ) |
*!
Transforms the text according to the rules defined in \a $rule using character set \a $charset. |
|
varExport ( $value ) |
*!
\private
Creates a text representation of the value \a $value which can
be placed in files and be read back by a PHP parser as it was. |
|
wordSeparator ( ) |
*!
\static
Returns the current word separator, if none is found it will read from site.ini URLTranslator/WordSeparator
\sa setWordSeparator |
|